Created
July 8, 2014 15:15
-
-
Save sreehari/4cb59a858ceaa75ed0b4 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