Skip to content

Instantly share code, notes, and snippets.

@sreehari
Created July 8, 2014 15:12
Show Gist options
  • Save sreehari/f86e2ca49e40c02b7e3c to your computer and use it in GitHub Desktop.
Save sreehari/f86e2ca49e40c02b7e3c to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"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