Skip to content

Instantly share code, notes, and snippets.

@csaez
Created July 25, 2013 22:27
Show Gist options
  • Save csaez/6084349 to your computer and use it in GitHub Desktop.
Save csaez/6084349 to your computer and use it in GitHub Desktop.
ST2 preferences
{
"auto_complete": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme",
"draw_white_space": "all",
"find_selected_text": true,
"fold_buttons": false,
"highlight_modified_tabs": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site",
"*.egg-info"
],
"font_face": "Consolas",
"font_size": 11,
"font_options":
[
"subpixel_antialias",
"directwrite"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
72,
79
],
"theme": "Soda Dark.sublime-theme",
"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