Created
December 17, 2014 16:07
-
-
Save juicemia/79eca0f4d01bc6811f2d to your computer and use it in GitHub Desktop.
atom syntax-settings with softTabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '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