add moar atom config after making them safe to share (disabled Metrics module)

linux
Andrew Cassidy 6 years ago
parent 0d4472618b
commit b9d0ac7e41
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -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

@ -0,0 +1 @@
# Store non-visible GitHub package state.
Loading…
Cancel
Save