Skip to content

Instantly share code, notes, and snippets.

@thomaswhyyou
Last active August 29, 2015 14:01
Show Gist options
  • Save thomaswhyyou/cb635875f13892ff6add to your computer and use it in GitHub Desktop.
Save thomaswhyyou/cb635875f13892ff6add to your computer and use it in GitHub Desktop.
Sublime Text 3 User Settings
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"color_scheme": "Packages/User/Solarized (Light) (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"*.egg-info"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias",
"no_round"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"indent_to_bracket": true,
"rulers":
[
80
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment