My latest Sublime Text preferences.
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Smoothy.tmTheme",
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": false,
"file_exclude_patterns": [
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.pxm",
"*.ai",
"*.eps",
"*.db",
"*.tmproj",
"*.sublime-project",
"*.sublime-workspace"
],
"folder_exclude_patterns": [
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "inconsolata-g",
"font_size": 12,
"font_options": [
"subpixel_antialias",
"no_bold",
"no_round"
],
"gutter": true,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages": [
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 4,
"remember_open_files": false,
"show_minimap": true,
"draw_minimap_border": true,
"tab_size": 4,
"theme": "Phoenix Light.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"spell_check": false
}