1
0
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:
Andrew Cassidy 2017-12-04 11:26:02 -08:00
parent 0d4472618b
commit b9d0ac7e41
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
2 changed files with 51 additions and 0 deletions

50
atom/.atom/config.cson Normal file
View 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
View File

@ -0,0 +1 @@
# Store non-visible GitHub package state.