Skip to content

Instantly share code, notes, and snippets.

@troch
Created June 12, 2015 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save troch/1c3fee7ae3e192367b48 to your computer and use it in GitHub Desktop.
Save troch/1c3fee7ae3e192367b48 to your computer and use it in GitHub Desktop.
Sublime Text 3 user preferences
{
"always_prompt_for_file_reload": false,
"color_scheme": "Packages/itg.flat/itg.Monokai.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_options":
[
"subpixel_antialias"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_exclude_patterns":
[
"*.log"
],
"spell_check": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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