Move atom config
This commit is contained in:
52
.config/atom/config.cson
Normal file
52
.config/atom/config.cson
Normal file
@@ -0,0 +1,52 @@
|
||||
"*":
|
||||
"atom-package-deps":
|
||||
ignored: [
|
||||
"linter-ui-default"
|
||||
]
|
||||
core:
|
||||
autoHideMenuBar: true
|
||||
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"
|
||||
]
|
||||
telemetryConsent: "no"
|
||||
themes: [
|
||||
"one-dark-ui"
|
||||
"dun-syntax"
|
||||
]
|
||||
editor:
|
||||
fontFamily: "Iosevka Term SS08"
|
||||
fontSize: 21
|
||||
scrollPastEnd: true
|
||||
"exception-reporting":
|
||||
userId: "6f9fc289-7b3c-4490-937e-5e58e9765c5e"
|
||||
"linter-ui-default":
|
||||
showPanel: true
|
||||
"prettier-atom":
|
||||
formatOnSaveOptions:
|
||||
enabled: true
|
||||
"status-bar":
|
||||
isVisible: false
|
||||
tabs:
|
||||
alwaysShowTabBar: false
|
||||
welcome:
|
||||
showOnStartup: false
|
||||
Reference in New Issue
Block a user