update sublime settings

This commit is contained in:
Sami Samhuri 2012-12-20 08:18:22 -08:00
parent 3db99de999
commit d103fba851

View file

@ -42,10 +42,13 @@
"no_italic" "no_italic"
], ],
"font_size": 10.0, "font_size": 10.0,
"find_selected_text": true,
"highlight_line": true,
"highlight_modified_tabs": true, "highlight_modified_tabs": true,
"indent_to_bracket": true, "indent_to_bracket": true,
"open_files_in_new_window": true, "open_files_in_new_window": true,
"tab_size": 2, "tab_size": 2,
"translate_tabs_to_spaces": true, "translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true "trim_trailing_white_space_on_save": true,
"show_full_path": true
} }