Skip to content

Instantly share code, notes, and snippets.

@dgp
Created October 8, 2019 14:57
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 dgp/0b2ebc47825331458d775148e11fa174 to your computer and use it in GitHub Desktop.
Save dgp/0b2ebc47825331458d775148e11fa174 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"close_sidebar_if_opened": true,
"color_scheme": "Packages/MarkdownLight/MarkdownDark.tmTheme",
"colors_by_scope":
[
"string",
"entity.name.class",
"variable.parameter",
"invalid.deprecated",
"invalid",
"support.function"
],
"detect_indentation": false,
"draw_white_space": "all",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
"node_modules",
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Menlo-Regular",
"font_size": 12.0,
"highlight_line": true,
"ignore_case": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": false,
"index_workers": 2,
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"remember_open_files": true,
"rulers":
[
120
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"smart_indent": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Boxy Tomorrow.sublime-theme",
"theme_accent_numix": true,
"theme_autocomplete_item_selected_colored": true,
"theme_dropdown_atomized": true,
"theme_find_panel_materialized": true,
"theme_grid_border_size_xs": true,
"theme_popup_border_visible": true,
"theme_quick_panel_border_visible": true,
"theme_quick_panel_item_selected_colored": true,
"theme_scrollbar_colored": true,
"theme_scrollbar_line": true,
"theme_sidebar_disclosure": true,
"theme_tab_selected_transparent": true,
"theme_tab_selected_underlined": true,
"theme_tab_size_lg": true,
"theme_unified": true,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_on_save": true,
"trim_trailing_white_space_on_save": true,
"use_regex": false,
"whole_word": false,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?。、 ()「」",
"word_wrap": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment