update sublime config

This commit is contained in:
Sami Samhuri 2013-01-23 13:38:00 -08:00
parent d103fba851
commit ae9dbea9e1

View file

@ -28,6 +28,7 @@
"*.woff", "*.woff",
"*.svg" "*.svg"
], ],
"find_selected_text": true,
"folder_exclude_patterns": "folder_exclude_patterns":
[ [
".svn", ".svn",
@ -42,13 +43,12 @@
"no_italic" "no_italic"
], ],
"font_size": 10.0, "font_size": 10.0,
"find_selected_text": true,
"highlight_line": 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,
"show_full_path": 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
} }