disabling update to bracket
This commit is contained in:
24
.config/sublime-text-3/Packages/User/Preferences.sublime-settings
Normal file → Executable file
24
.config/sublime-text-3/Packages/User/Preferences.sublime-settings
Normal file → Executable file
@@ -1,10 +1,19 @@
|
|||||||
{
|
{
|
||||||
"auto_complete_triggers": [{"selector": "source.python - string - comment - constant.numeric", "characters": "."}],
|
"auto_complete_triggers":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"characters": ".",
|
||||||
|
"selector": "source.python - string - comment - constant.numeric"
|
||||||
|
}
|
||||||
|
],
|
||||||
"bold_folder_labels": true,
|
"bold_folder_labels": true,
|
||||||
"caret_style": "phase",
|
"caret_style": "phase",
|
||||||
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
|
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
|
||||||
"complete_all_paramters": true,
|
"complete_all_paramters": true,
|
||||||
|
"display_signatures": true,
|
||||||
"draw_white_space": "all",
|
"draw_white_space": "all",
|
||||||
|
"enable_docstrings_tooltip": true,
|
||||||
|
"enable_signatures_tooltip": true,
|
||||||
"ensure_newline_at_eof_on_save": true,
|
"ensure_newline_at_eof_on_save": true,
|
||||||
"font_face": "Source Code Pro",
|
"font_face": "Source Code Pro",
|
||||||
"font_size": 10,
|
"font_size": 10,
|
||||||
@@ -13,12 +22,14 @@
|
|||||||
[
|
[
|
||||||
"Vintage"
|
"Vintage"
|
||||||
],
|
],
|
||||||
"indent_to_bracket": true,
|
"indent_to_bracket": false,
|
||||||
|
"merge_signatures_and_doc": true,
|
||||||
|
"remember_open_files": true,
|
||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"extra_paths":
|
"extra_paths":
|
||||||
[
|
[
|
||||||
"/usr/bin/python3"
|
"/usr/local/bin/python373-s"
|
||||||
],
|
],
|
||||||
"python_interpreter": "$VIRTUAL_ENV/bin/python"
|
"python_interpreter": "$VIRTUAL_ENV/bin/python"
|
||||||
},
|
},
|
||||||
@@ -27,9 +38,6 @@
|
|||||||
"trim_trailing_white_space_on_save": true,
|
"trim_trailing_white_space_on_save": true,
|
||||||
"ui_separator": true,
|
"ui_separator": true,
|
||||||
"word_wrap": true,
|
"word_wrap": true,
|
||||||
"wrap_width": 80,
|
"wrap_width": 80
|
||||||
"enable_docstrings_tooltip": true,
|
|
||||||
"merge_signatures_and_doc": true,
|
|
||||||
"display_signatures": true,
|
|
||||||
"enable_signatures_tooltip": true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user