Skip to content

Instantly share code, notes, and snippets.

@Melonbwead
Created July 6, 2015 08:26
Show Gist options
  • Select an option

  • Save Melonbwead/c4d7147761895cd13e91 to your computer and use it in GitHub Desktop.

Select an option

Save Melonbwead/c4d7147761895cd13e91 to your computer and use it in GitHub Desktop.
Atom Config
"*":
"exception-reporting":
userId: "xxx-x-x-x-x-x-xxxx"
welcome:
showOnStartup: false
core:
disabledPackages: [
"bracket-matcher"
"slack-chat"
"tree-view"
]
themes: [
"seti-ui"
"seti-syntax"
]
editor:
invisibles: {}
showInvisibles: true
softWrap: true
showIndentGuide: true
scrollPastEnd: true
fontSize: 11
linter: {}
"linter-jsxhint":
jsxhintExecutablePath:
"/Users/adrianchen/.nvm/versions/node/v0.12.5/bin/jsxhint"
"linter-scss-lint":
executablePath: "/Users/adrianchen/.rvm/gems/ruby-2.1.6/bin/scss-lint"
softTabs: true
"file-watcher":
promptWhenFileHasChangedOnDisk: false
nuclide:
remoteProjectsConfig: []
"linter-eslint":
useGlobalEslint: true
"bracket-matcher":
autocompleteSmartQuotes: false
runne:
scopes:
js: "node"
extensions:
".js":
"mocha"
"autocomplete-plus": {}
"slack-chat": {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment