Skip to content

Instantly share code, notes, and snippets.

@juicemia
Created December 17, 2014 16:07
Show Gist options
  • Select an option

  • Save juicemia/79eca0f4d01bc6811f2d to your computer and use it in GitHub Desktop.

Select an option

Save juicemia/79eca0f4d01bc6811f2d to your computer and use it in GitHub Desktop.
atom syntax-settings with softTabs
'global':
'core':
'projectHome': '/Users/hugo/src'
'themes': [
'seti-ui'
'atom-dark-syntax'
]
'exception-reporting':
'userId': '8a65a36b-bf21-c011-b2bb-cb681c3dd6d4'
'welcome':
'showOnStartup': false
'editor':
'fontSize': 14
'showIndentGuide': true
'invisibles': {}
'syntax-settings':
'source':
'xml':
'editorSettings': {}
'groovy':
'editorSettings':
'tabLength': 4
'text':
'xml':
'editorSettings':
'tabLength': 4
'softTabs': true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment