disabling update to bracket

This commit is contained in:
dtomlinson
2019-10-08 00:09:22 +01:00
parent 670f46c20e
commit 2318200f71

View File

@@ -1,35 +1,43 @@
{ {
"auto_complete_triggers": [{"selector": "source.python - string - comment - constant.numeric", "characters": "."}], "auto_complete_triggers":
"bold_folder_labels": true, [
"caret_style": "phase", {
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme", "characters": ".",
"complete_all_paramters": true, "selector": "source.python - string - comment - constant.numeric"
"draw_white_space": "all", }
"ensure_newline_at_eof_on_save": true, ],
"font_face": "Source Code Pro", "bold_folder_labels": true,
"font_size": 10, "caret_style": "phase",
"highlight_line": true, "color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"ignored_packages": "complete_all_paramters": true,
[ "display_signatures": true,
"Vintage" "draw_white_space": "all",
], "enable_docstrings_tooltip": true,
"indent_to_bracket": true, "enable_signatures_tooltip": true,
"settings": "ensure_newline_at_eof_on_save": true,
{ "font_face": "Source Code Pro",
"extra_paths": "font_size": 10,
[ "highlight_line": true,
"/usr/bin/python3" "ignored_packages":
], [
"python_interpreter": "$VIRTUAL_ENV/bin/python" "Vintage"
}, ],
"theme": "ayu-mirage.sublime-theme", "indent_to_bracket": false,
"translate_tabs_to_spaces": true, "merge_signatures_and_doc": true,
"trim_trailing_white_space_on_save": true, "remember_open_files": true,
"ui_separator": true, "settings":
"word_wrap": true, {
"wrap_width": 80, "extra_paths":
"enable_docstrings_tooltip": true, [
"merge_signatures_and_doc": true, "/usr/local/bin/python373-s"
"display_signatures": true, ],
"enable_signatures_tooltip": true "python_interpreter": "$VIRTUAL_ENV/bin/python"
},
"theme": "ayu-mirage.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ui_separator": true,
"word_wrap": true,
"wrap_width": 80
} }