Created
July 8, 2014 15:12
-
-
Save sreehari/f86e2ca49e40c02b7e3c to your computer and use it in GitHub Desktop.
Sublime Text Settings
This file contains 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
{ | |
"checkSyntaxOnSave": true, | |
"color_scheme": "Packages/User/Sunburst (SL).tmTheme", | |
"font_face": "Monaco", | |
"font_size": 14, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Markdown" | |
], | |
"save_on_focus_lost": true, | |
"spell_check": false, | |
"tab_completion": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment