Skip to content

Instantly share code, notes, and snippets.

@erictherobot
Created January 13, 2016 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erictherobot/268efa82ec0b739c44a6 to your computer and use it in GitHub Desktop.
Save erictherobot/268efa82ec0b739c44a6 to your computer and use it in GitHub Desktop.
Atom Editor config.cson
"*":
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