update sublime settings
This commit is contained in:
parent
3db99de999
commit
d103fba851
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue