dots/.atom/config.cson

53 lines
1.0 KiB
Plaintext
Raw Normal View History

2020-08-28 10:03:45 +02:00
"*":
2021-12-31 15:47:04 +01:00
"atom-package-deps":
ignored: [
"linter-ui-default"
]
2020-08-28 10:03:45 +02:00
core:
autoHideMenuBar: true
2021-12-31 15:47:04 +01:00
disabledPackages: [
"linter-glslify"
"github"
"spell-check"
"background-tips"
"wrap-guide"
"whitespace"
"welcome"
"markdown-preview"
"tabs"
"git-diff"
"go-to-line"
"image-view"
"language-coffee-script"
"language-git"
"autocomplete-glsl"
"autocomplete-atom-api"
"autocomplete-css"
"autocomplete-html"
"autocomplete-plus"
"autocomplete-snippets"
"notifications"
]
2020-08-28 10:03:45 +02:00
telemetryConsent: "no"
themes: [
"one-dark-ui"
"dun-syntax"
]
editor:
2020-09-17 10:31:01 +02:00
fontFamily: "Iosevka Term SS08"
2020-09-11 21:03:16 +02:00
fontSize: 27
scrollPastEnd: true
2020-08-28 10:03:45 +02:00
"exception-reporting":
userId: "6f9fc289-7b3c-4490-937e-5e58e9765c5e"
2021-12-31 15:47:04 +01:00
"linter-ui-default":
showPanel: true
"prettier-atom":
formatOnSaveOptions:
enabled: true
2020-08-28 10:03:45 +02:00
"status-bar":
isVisible: false
2021-12-31 15:47:04 +01:00
tabs:
alwaysShowTabBar: false
2020-08-28 10:03:45 +02:00
welcome:
showOnStartup: false