dotfiles/.config/sublime-text/Packages/User/Preferences.sublime-settings
cobertos 86fbd7649b
Some checks failed
build-docker-container / build (x86_64-linux, bare, bare) (push) Has been cancelled
build-docker-container / build (x86_64-linux, claude@example.com, claude, claude, claude) (push) Has been cancelled
Disable sublime plugin host python 3.3, reformat to spaces
2026-07-29 19:25:31 -04:00

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,
}