Created
January 13, 2016 16:56
-
-
Save erictherobot/268efa82ec0b739c44a6 to your computer and use it in GitHub Desktop.
Atom Editor config.cson
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"*": | |
editor: | |
invisibles: {} | |
softWrap: true | |
showIndentGuide: true | |
softWrapAtPreferredLineLength: true | |
showInvisibles: true | |
"one-dark-ui": {} | |
linter: {} | |
"exception-reporting": | |
userId: "3118de11-1ecf-140a-60c6-be9749810fdd" | |
welcome: | |
showOnStartup: false | |
core: | |
themes: [ | |
"monokai-tweaked-ui" | |
"monokai" | |
] | |
disabledPackages: [ | |
"metrics" | |
"language-objective-c" | |
"language-mustache" | |
"language-make" | |
"language-java" | |
"language-go" | |
"language-csharp" | |
"language-clojure" | |
"language-c" | |
"timecop" | |
"link" | |
"bookmarks" | |
] | |
"file-watcher": | |
promptWhenFileHasChangedOnDisk: false | |
nuclide: | |
remoteProjectsConfig: [] | |
react: {} | |
"linter-php": {} | |
"atom-beautify": | |
_analyticsUserId: "30857a5c-0af6-4825-bbd5-6105fd2f13e0" | |
fonts: | |
fontFamily: "Hack" | |
minimap: {} | |
".text.xml.xsl": | |
editor: | |
softWrapHangingIndent: 80 | |
".text.xml": | |
editor: | |
softWrapHangingIndent: 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment