Skip to content

Instantly share code, notes, and snippets.

@leobauza
Created April 15, 2015 13:12
Show Gist options
  • Save leobauza/8125d230c36c4daee0a0 to your computer and use it in GitHub Desktop.
Save leobauza/8125d230c36c4daee0a0 to your computer and use it in GitHub Desktop.
atom config.cson
"*":
editor:
fontSize: 14
lineHeight: 1.6
showInvisibles: true
showIndentGuide: true
autoIndentOnPaste: false
invisibles: {}
core:
themes: [
"atom-dark-ui"
"monokai"
]
disabledPackages: [
"space-tab"
"fancy-new-file"
]
"exception-reporting":
userId: "0bb06707-64af-7a30-7844-d2ed9d46d45b"
"release-notes":
viewedVersion: "0.92.0"
welcome:
showOnStartup: false
metrics:
userId: "a62b63fdeb21939f419269476d19a99f704f62b0"
"tree-view":
hideIgnoredNames: true
"fuzzy-finder":
ignoredNames: [
".sass-cache"
]
"fancy-new-file":
suggestCurrentFilePath: true
whitespace:
ensureSingleTrailingNewline: false
"linter-phpcs":
phpcsExecutablePath: "/usr/local/bin"
standard: "Drupal"
linter:
lintOnChange: false
showErrorInline: true
emmet: {}
"linter-jshint": {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment