Skip to content

Instantly share code, notes, and snippets.

@ilbonzo
Last active October 1, 2015 15:09
Preferences.sublime-text 3
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Solarized (dark) (SL).tmTheme",
"detect_indentation": true,
"detect_slow_plugins": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.min.js",
"*.orig",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.scssc"
],
"font_face": "Monaco",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Markdown"
],
"scroll_past_end": false,
"show_encoding": true,
"show_panel_on_build": true,
"show_tab_close_buttons": false,
"soda_classic_tabs": false,
"soda_folder_icons": false,
"tab_size": 4,
"class": "tabset_control",
"tab_height": 35,
"theme": "Soda Light 3.sublime-theme",
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment