48 lines
1,007 B
Text
48 lines
1,007 B
Text
{
|
|
"disable_plugin_host_3.3": true,
|
|
"auto_complete": true,
|
|
"auto_complete_commit_on_tab": true,
|
|
"auto_complete_triggers":
|
|
[
|
|
{
|
|
"characters": ".(){}[],'\"=<>/\\+-|&*%=$#@! ",
|
|
"selector": "source.python",
|
|
},
|
|
{
|
|
"characters": ":.(){}[],'\"=<>/\\+-|&*%=$#@! ",
|
|
"selector": "source & - source.python - constant.numeric",
|
|
},
|
|
{
|
|
"characters": " qazwsxedcrfvtgbyhnujmikolpQAZWSXEDCRFVTGBYHNUJMIKOLP",
|
|
"selector": "text",
|
|
}
|
|
],
|
|
"auto_match_enabled": false,
|
|
"color_scheme": "Monokai.sublime-color-scheme",
|
|
"draw_white_space": "all",
|
|
"folder_exclude_patterns":
|
|
[
|
|
".svn",
|
|
".git",
|
|
".hg",
|
|
"CVS",
|
|
"node_modules"
|
|
],
|
|
"font_size": 10,
|
|
"ignored_packages":
|
|
[
|
|
"Vintage",
|
|
],
|
|
"margin": 0,
|
|
"rulers":
|
|
[
|
|
80
|
|
],
|
|
"shift_tab_unindent": true,
|
|
"show_encoding": true,
|
|
"show_line_endings": true,
|
|
"tab_size": 2,
|
|
"theme": "Adaptive.sublime-theme",
|
|
"translate_tabs_to_spaces": true,
|
|
"index_files": false,
|
|
}
|