Skip to content

Instantly share code, notes, and snippets.

@ccheney
Last active August 29, 2015 13:57
Show Gist options
  • Save ccheney/9864371 to your computer and use it in GitHub Desktop.
Save ccheney/9864371 to your computer and use it in GitHub Desktop.
Atom Config
'editor':
'fontSize': 14
'fontFamily': 'Ubuntu Mono'
'lineHeight': 1.5
'showIndentGuide': true
'tabLength': 4
'hideIgnoredNames': true
'core':
'themes': [
'atom-dark-ui'
'monokai-shapiro'
]
'ignoredNames': [
'.git'
'.svn'
'.DS_Store'
]
'release-notes':
'viewedVersion': '0.80.0'
'welcome':
'showOnStartup': false
'csslint':
'validateOnChange': true
'tree-view':
'hideIgnoredNames': true
'hideVcsIgnoredFiles': true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment