Sublime User Preferences
I don’t like to customize my sublime (or anything else, really) very much but when I do I blog about it. Just in case I forget.
{
"auto_indent": true,
"bold_folder_labels": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 18,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"match_brackets_angle": true,
"smart_indent": true,
"spell_check": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}