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",
|
"*.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
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue