Skip to content

Instantly share code, notes, and snippets.

@IMSoley
Last active January 17, 2020 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IMSoley/b7257e5a56104ed09d54488bfacfbd91 to your computer and use it in GitHub Desktop.
Save IMSoley/b7257e5a56104ed09d54488bfacfbd91 to your computer and use it in GitHub Desktop.
Sublime_Config
{
"show_help_dialog": false,
"show_popular_patterns": false
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"Colorsublime",
"Package Control",
"Sync Settings"
]
}
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": false,
"auto_complete_delay": 0,
"auto_complete_triggers":
[
{
"characters": "-",
"selector": "source.python"
}
],
"auto_complete_triggers_selector": "-",
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "solid",
"color_scheme": "Packages/Colorsublime - Themes/Darkside.tmTheme",
"detect_indentation": false,
"drag_text": false,
"draw_centered": false,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "Operator Mono Book",
"font_options":
[
"gray_antialias",
"directwrite",
"subpixel_antialias"
],
"font_size": 17,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"0_package_control_loader",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_exclude_patterns":
[
"*.log"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"scroll_past_end": false,
"show_definitions": false,
"show_full_path": true,
"show_line_endings": true,
"show_minimap": false,
"tab_size": 4,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 79
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment