update sublime config
This commit is contained in:
parent
d103fba851
commit
ae9dbea9e1
1 changed files with 3 additions and 3 deletions
|
|
@ -28,6 +28,7 @@
|
|||
"*.woff",
|
||||
"*.svg"
|
||||
],
|
||||
"find_selected_text": true,
|
||||
"folder_exclude_patterns":
|
||||
[
|
||||
".svn",
|
||||
|
|
@ -42,13 +43,12 @@
|
|||
"no_italic"
|
||||
],
|
||||
"font_size": 10.0,
|
||||
"find_selected_text": true,
|
||||
"highlight_line": true,
|
||||
"highlight_modified_tabs": true,
|
||||
"indent_to_bracket": true,
|
||||
"open_files_in_new_window": true,
|
||||
"show_full_path": true,
|
||||
"tab_size": 2,
|
||||
"translate_tabs_to_spaces": true,
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
"show_full_path": true
|
||||
"trim_trailing_white_space_on_save": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue