updating to latest config
This commit is contained in:
@@ -8,24 +8,42 @@
|
||||
],
|
||||
"bold_folder_labels": true,
|
||||
"caret_style": "phase",
|
||||
"color_scheme": "Packages/Night Owl/Night Owl.sublime-color-scheme",
|
||||
"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": "Source Code Pro",
|
||||
"font_size": 11,
|
||||
"font_face": "Hack Regular",
|
||||
"font_options":
|
||||
[
|
||||
"gray_antialias",
|
||||
"subpixel_antialias"
|
||||
],
|
||||
"font_size": 12,
|
||||
"highlight_line": true,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Python",
|
||||
"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":
|
||||
@@ -34,11 +52,19 @@
|
||||
],
|
||||
"python_interpreter": "$VIRTUAL_ENV/bin/python"
|
||||
},
|
||||
"theme": "halcyon.sublime-theme",
|
||||
"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,
|
||||
// "trim_trailing_white_space_on_save": true,
|
||||
"trailing_spaces_modified_lines_only": true,
|
||||
"trailing_spaces_trim_on_save": true,
|
||||
"ui_separator": true,
|
||||
"word_wrap": true,
|
||||
"wrap_width": 80
|
||||
|
||||
Reference in New Issue
Block a user