Created
February 3, 2014 21:06
-
-
Save skarm61/932b6e71115885b75f74 to your computer and use it in GitHub Desktop.
Sublime configs
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
| "color_scheme": "Packages/Github Color Theme/GitHub.tmTheme", | |
| "font_size": 10, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "trim_automatic_white_space": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "ensure_newline_at_eof_on_save": true, | |
| "enable_tab_scrolling": false, | |
| "theme": "Soda Light 3.sublime-theme", | |
| "word_separators": "./\\()\"'-:,.;<>~!#$%^&*|+=[]{}`~?", | |
| "word_wrap": true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment