mirror of
https://github.com/drewcassidy/dotfiles
synced 2024-09-01 18:24:06 +00:00
add moar atom config after making them safe to share (disabled Metrics module)
This commit is contained in:
parent
0d4472618b
commit
b9d0ac7e41
50
atom/.atom/config.cson
Normal file
50
atom/.atom/config.cson
Normal file
@ -0,0 +1,50 @@
|
||||
"*":
|
||||
core:
|
||||
disabledPackages: [
|
||||
"language-clojure"
|
||||
"language-go"
|
||||
"language-mustache"
|
||||
"ide-csharp"
|
||||
"metrics"
|
||||
]
|
||||
ignoredNames: [
|
||||
".git"
|
||||
".hg"
|
||||
".svn"
|
||||
".DS_Store"
|
||||
"._*"
|
||||
"Thumbs.db"
|
||||
"desktop.ini"
|
||||
".sass-cache"
|
||||
]
|
||||
telemetryConsent: "limited"
|
||||
themes: [
|
||||
"one-dark-ui"
|
||||
"peacock-syntax"
|
||||
]
|
||||
titleBar: "custom"
|
||||
editor:
|
||||
preferredLineLength: 120
|
||||
scrollPastEnd: true
|
||||
showIndentGuide: true
|
||||
tabLength: 4
|
||||
"tree-view":
|
||||
hideIgnoredNames: true
|
||||
squashDirectoryNames: true
|
||||
"vim-mode-plus":
|
||||
keymapYToYankToLastCharacterOfLine: true
|
||||
".css.scss.source":
|
||||
editor:
|
||||
softWrapHangingIndent: 2
|
||||
".css.source":
|
||||
editor:
|
||||
softWrapHangingIndent: 2
|
||||
tabType: "soft"
|
||||
".sass.source":
|
||||
editor:
|
||||
softWrapHangingIndent: 2
|
||||
tabType: "soft"
|
||||
".source.yaml":
|
||||
editor:
|
||||
autoIndentOnPaste: false
|
||||
tabLength: 2
|
1
atom/.atom/github.cson
Normal file
1
atom/.atom/github.cson
Normal file
@ -0,0 +1 @@
|
||||
# Store non-visible GitHub package state.
|
Loading…
Reference in New Issue
Block a user