Skip to content

Instantly share code, notes, and snippets.

@wogsland
Created July 11, 2014 20:49
Show Gist options
  • Save wogsland/33d6648e61f5c5a5f414 to your computer and use it in GitHub Desktop.
Save wogsland/33d6648e61f5c5a5f414 to your computer and use it in GitHub Desktop.
Atom config.cson
'exception-reporting':
'userId': 'd92042ac-d007-9956-fb27-59debd2b80e6'
'welcome':
'showOnStartup': false
'metrics':
'userId': '09f13261ac75c440adcbafbb995b6d88ea8c5468'
'editor':
'fontSize': 12
'showIndentGuide': true
'showInvisibles': true
'core':
'themes': [
'atom-dark-ui'
'atom-dark-syntax'
]
'disabledPackages': [
'metrics'
]
'projectHome': '/Users/bradleywogsland/Projects'
'linter-phpcs': 'phpExecutablePath': '/usr/bin/php'
'linter-jshint': 'jshintExecutablePath': '/usr/local/bin/jshint'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment