Files
sublime/.config/sublime-text-3/Packages/User/Preferences.sublime-settings
2019-10-25 03:00:35 +01:00

43 lines
976 B
Plaintext
Executable File

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