Skip to content

Instantly share code, notes, and snippets.

@tedmdelacruz
Last active August 30, 2017 09:46
Show Gist options
  • Save tedmdelacruz/bb33b7fc1f843ebea9ca to your computer and use it in GitHub Desktop.
Save tedmdelacruz/bb33b7fc1f843ebea9ca to your computer and use it in GitHub Desktop.
Personal Sublime Text 3 settings
{
"auto_complete": false,
"bold_folder_labels": false,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Solarized Dark.tmTheme",
"detect_indentation": true,
"detect_slow_plugins": false,
"disable_tab_abbreviations": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.tar.gz",
"*.pyc"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
"__pycache__",
".svn",
".git",
".hg",
"CVS",
"_build",
".sass-cache",
".DS_Store",
".idea"
],
"font_face": "Fira Code Light",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 4,
"line_padding_top": 4,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": false,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"results_table_format": "fancy_grid",
"ruler": 150,
"sidebar_row_padding_medium": true,
"sidebar_size_14": true,
"skin": "User/Material Solarized Dark",
"spell_check": false,
"status_bar_brighter": true,
"tab_completion": false,
"tab_size": 4,
"tabs_medium": true,
"theme": "Boxy Solarized Dark.sublime-theme",
"theme_accent_mono": true,
"theme_find_panel_atomized": true,
"theme_find_panel_padding_lg": true,
"theme_find_panel_size_lg": true,
"theme_font_sm": true,
"theme_grid_border_size_xl": true,
"theme_icons_atomized": true,
"theme_quick_panel_size_xl": true,
"theme_sidebar_disclosure": false,
"theme_sidebar_folder_mono": false,
"theme_sidebar_indent_sm": false,
"theme_size_xs": true,
"theme_statusbar_font_sm": true,
"theme_statusbar_size_lg": true,
"theme_tab_line_size_lg": true,
"theme_tab_selected_prelined": true,
"theme_tab_size_md": false,
"theme_unified": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"ui_font_size_small": true,
"ui_separator": true,
"ui_sidebar_highlight_row": true,
"vertically_align_selector_property_values": false,
"vintage_start_in_command_mode": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment