Created
December 17, 2014 15:57
-
-
Save juicemia/db9d2af813744bcd22b6 to your computer and use it in GitHub Desktop.
atom syntax-settings after using language plugins
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': {} | |
| 'text': | |
| 'xml': | |
| 'editorSettings': {} | |
| '.text.xml': | |
| 'editor': | |
| 'tabLength': 4 | |
| '.groovy.source': | |
| 'editor': | |
| 'tabLength': 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment