1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-06-11 05:44:06 +00:00
Dotfiles/atom/.atom/config.cson

77 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

"*":
2017-12-10 04:58:26 +00:00
"autoclose-html":
makeNeverCloseSelfClosing: false
core:
disabledPackages: [
"language-clojure"
"language-go"
"language-mustache"
"ide-csharp"
]
ignoredNames: [
".git"
".hg"
".svn"
".DS_Store"
"._*"
"Thumbs.db"
"desktop.ini"
".sass-cache"
]
2017-12-28 23:55:32 +00:00
packagesWithKeymapsDisabled: [
"jekyll"
]
telemetryConsent: "limited"
themes: [
"one-dark-ui"
2017-12-10 04:58:26 +00:00
"base16-syntax"
]
titleBar: "custom"
editor:
preferredLineLength: 120
scrollPastEnd: true
showIndentGuide: true
tabLength: 4
2017-12-05 19:42:45 +00:00
"exception-reporting":
userId: "c6ecdfe6-c496-4331-937d-5bb16acf637e"
"highlight-selected": {}
2017-12-28 23:55:32 +00:00
jekyll: {}
"markdown-preview":
useGitHubStyle: true
minimap: {}
"tree-view":
hideIgnoredNames: true
squashDirectoryNames: true
"vim-mode-plus":
2017-12-05 19:42:45 +00:00
blackholeRegisteredOperators: [
"delete*"
"substitute*"
]
keymapYToYankToLastCharacterOfLine: true
2017-12-10 04:58:26 +00:00
welcome:
showOnStartup: false
".basic.html.text":
editor:
softWrap: true
2017-12-28 23:55:32 +00:00
".css.liquid.scss.source":
editor:
softWrapHangingIndent: 2
".css.scss.source":
editor:
softWrapHangingIndent: 2
".css.source":
editor:
softWrapHangingIndent: 2
tabType: "soft"
".python.source":
editor:
autoIndentOnPaste: true
".sass.source":
editor:
softWrapHangingIndent: 2
tabType: "soft"
".source.yaml":
editor:
autoIndentOnPaste: false
tabLength: 2