Files
sublime/.config/sublime-text-3/Packages/User/Preferences.sublime-settings
dtomlinson@panaetius.co.uk 27823104f3 updating to latest config
2019-12-02 00:04:15 +00:00

72 lines
1.7 KiB
Plaintext
Executable File

{
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python - string - comment - constant.numeric"
}
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/10% Too Dull for My Tastes Color Scheme/scotchy.tmTheme",
"complete_all_paramters": true,
"display_signatures": true,
"draw_white_space": "all",
"enable_docstrings_tooltip": true,
"enable_signatures_tooltip": true,
"enki_theme_compact_panel": true,
"enki_theme_small_statusbar": true,
"enki_theme_small_tab": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Hack Regular",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Debugger",
"Rust",
"SublimeLinter-flake8",
"SublimeLinter-pyflakes",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": false,
"merge_signatures_and_doc": true,
"overlay_scroll_bars": "enabled",
"remember_open_files": true,
"scroll_past_end": true,
"settings":
{
"extra_paths":
[
"/usr/local/python/python-3.8/bin/python3.8"
],
"python_interpreter": "$VIRTUAL_ENV/bin/python"
},
"sidebar_font_small": true,
"spaceblack_color_expanded_folder": true,
"spaceblack_sidebar_font_normal": false,
"spaceblack_sidebar_font_small": false,
"spaceblack_sidebar_tree_normal": false,
"spaceblack_sidebar_tree_small": false,
"spaceblack_sidebar_tree_xxlarge": false,
"spaceblack_tabs_small": true,
"tabs_small": true,
"theme": "Spaceblack.sublime-theme",
"trailing_spaces_modified_lines_only": true,
"trailing_spaces_trim_on_save": true,
"translate_tabs_to_spaces": true,
"ui_separator": true,
"word_wrap": true,
"wrap_width": 80
}