base settings

This commit is contained in:
2019-07-11 15:15:24 +01:00
parent 7f200be300
commit b802e46855
5 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"auto_complete_triggers": [{"selector": "source.python - string - comment - constant.numeric", "characters": "."}],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"complete_all_paramters": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"settings":
{
"extra_paths":
[
"/usr/bin/python3"
],
"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,
"enable_docstrings_tooltip": true,
"merge_signatures_and_doc": true,
"display_signatures": true,
"enable_signatures_tooltip": true
}