Skip to content

Instantly share code, notes, and snippets.

@sryze
Last active August 29, 2015 14:13
Show Gist options
  • Save sryze/b8588b006f6e089258ea to your computer and use it in GitHub Desktop.
Save sryze/b8588b006f6e089258ea to your computer and use it in GitHub Desktop.
Atom config
'*':
'editor':
'fontFamily': 'Droid Sans Mono'
'fontSize': 13
'autoIndentOnPaste': false
'tabLength': 4
'softTabs': false
'invisibles': {}
'core':
'themes': [
'atom-light-ui'
'atom-light-syntax'
]
'tabs':
'showIcons': true
'tree-view':
'hideVcsIgnoredFiles': false
'hideIgnoredNames': false
'showOnRightSide': false
'exception-reporting':
'userId': '846ebd68-c154-c1a3-c9aa-c5679541cbab'
'welcome':
'showOnStartup': false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment