{
"auto_complete": true,
"auto_complete_triggers":
[
{
"characters": ".(){}[],'\"=<>/\\+-|&*%=$#@! ",
"selector": "source.python"
},
{
"characters": ":.(){}[],'\"=<>/\\+-|&*%=$#@! ",
"selector": "source & - source.python - constant.numeric"
},
{
"characters": " qazwsxedcrfvtgbyhnujmikolpQAZWSXEDCRFVTGBYHNUJMIKOLP",
"selector": "text"
}
],
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"dictionary": "Packages/Language - English/en_US.dic",
"dpi_scale": 1.0,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.iml",
"*.zip"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"target",
"CVS",
".idea",
".vscode"
],
"font_size": 18,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"preview_on_click": false,
"save_on_focus_lost": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Default.sublime-theme",
"update_check": false,
"word_wrap": false
}