60 lines
969 B
Text
60 lines
969 B
Text
{
|
|
"auto_complete": false,
|
|
"auto_complete_commit_on_tab": 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"
|
|
],
|
|
"find_selected_text": true,
|
|
"folder_exclude_patterns":
|
|
[
|
|
".svn",
|
|
".git",
|
|
".hg",
|
|
"CVS",
|
|
"node_modules"
|
|
],
|
|
"font_face": "Monaco",
|
|
"font_options":
|
|
[
|
|
"no_italic"
|
|
],
|
|
"font_size": 11.0,
|
|
"highlight_line": true,
|
|
"highlight_modified_tabs": true,
|
|
"ignored_packages":
|
|
[
|
|
"Vintage",
|
|
"SFTP"
|
|
],
|
|
"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
|
|
}
|