Skip to content

Instantly share code, notes, and snippets.

@cam-stitt
Created August 24, 2014 22:07
Show Gist options
  • Save cam-stitt/be2504f012acc9d58aa7 to your computer and use it in GitHub Desktop.
Save cam-stitt/be2504f012acc9d58aa7 to your computer and use it in GitHub Desktop.
Atom config
'exception-reporting':
'userId': '470e2e69-cec8-36bf-090a-65c0ddd4caa4'
'release-notes':
'viewedVersion': '0.92.0'
'welcome':
'showOnStartup': false
'metrics':
'userId': '2a39f9310c56400683f32f985736d69eb16fde65'
'editor':
'fontFamily': 'Ubuntu Mono'
'showInvisibles': true
'core':
'themes': [
'spacegray-dark-ui'
'base16-railscasts'
]
'disabledPackages': [
'atom-flake8'
'jshint'
]
'syntax-settings':
'source':
'python':
'editorSettings':
'tabLength': 4
'editorViewSettings':
'softWrap': false
'showIndentGuide': true
'gutterViewSettings':
'showLineNumbers': true
'coffee':
'editorSettings':
'tabLength': 2
'makefile':
'editorSettings':
'tabLength': 2
'softTabs': false
'text':
'html':
'php':
'editorSettings':
'tabLength': 2
'editorViewSettings':
'showInvisibles': true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment