update sublime prefs
This commit is contained in:
parent
ca5c8e5102
commit
ca3bcae90e
1 changed files with 50 additions and 8 deletions
|
|
@ -1,9 +1,51 @@
|
|||
{ "translate_tabs_to_spaces": true,
|
||||
"indent_to_bracket": true,
|
||||
"tab_size": 2,
|
||||
"dictionary": "Packages/Language - English/en_GB.dic",
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
{
|
||||
"auto_complete_commit_on_tab": true,
|
||||
"highlight_modified_tabs": true
|
||||
"dictionary": "Packages/Language - English/en_GB.dic",
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"file_exclude_patterns":
|
||||
[
|
||||
"*.pyc",
|
||||
"*.pyo",
|
||||
"*.exe",
|
||||
"*.dll",
|
||||
"*.obj",
|
||||
"*.o",
|
||||
"*.a",
|
||||
"*.lib",
|
||||
"*.so",
|
||||
"*.dylib",
|
||||
"*.ncb",
|
||||
"*.sdf",
|
||||
"*.suo",
|
||||
"*.pdb",
|
||||
"*.idb",
|
||||
".DS_Store",
|
||||
"*.class",
|
||||
"*.psd",
|
||||
"*.db",
|
||||
"*.sublime-project",
|
||||
"*.sublime-workspace",
|
||||
"*.woff",
|
||||
"*.svg"
|
||||
],
|
||||
"folder_exclude_patterns":
|
||||
[
|
||||
".svn",
|
||||
".git",
|
||||
".hg",
|
||||
"CVS",
|
||||
"node_modules"
|
||||
],
|
||||
"font_face": "Monaco",
|
||||
"font_options":
|
||||
[
|
||||
"no_italic"
|
||||
],
|
||||
"font_size": 10.0,
|
||||
"highlight_modified_tabs": true,
|
||||
"indent_to_bracket": true,
|
||||
"open_files_in_new_window": true,
|
||||
"tab_size": 2,
|
||||
"translate_tabs_to_spaces": true,
|
||||
"trim_trailing_white_space_on_save": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue