Created
October 9, 2017 13:14
-
-
Save biancalpadilla/8074d9ecc6020f514f9b83c102cde9a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"always_show_minimap_viewport": false, | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "bs3", | |
"selector": "text.html" | |
} | |
], | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/SublimeLinter/Material (SL).tmTheme", | |
"font_options": | |
[ | |
"operator mono" | |
], | |
"font_size": 18, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"index_files": true, | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"material_theme_accent_lime": true, | |
"material_theme_accent_red": true, | |
"material_theme_bold_tab": false, | |
"material_theme_compact_sidebar": true, | |
"material_theme_contrast_mode": true, | |
"material_theme_disable_fileicons": false, | |
"material_theme_disable_folder_animation": true, | |
"material_theme_disable_tree_indicator": true, | |
"material_theme_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_autowidth": true, | |
"material_theme_tabs_separator": true, | |
"overlay_scroll_bars": "enabled", | |
"scroll_past_end": true, | |
"tab_completion": false, | |
"tab_size": 4, | |
"theme": "Material-Theme.sublime-theme", | |
"theme_accent_cyan": true, | |
"theme_bar": true, | |
"theme_bar_colored": true, | |
"theme_bar_logo_materialized": true, | |
"theme_bar_shadow_hidden": true, | |
"theme_icons_materialized": true, | |
"theme_quick_panel_item_selected_colored": true, | |
"theme_scrollbar_colored": true, | |
"theme_sidebar_border": true, | |
"theme_sidebar_disclosure": true, | |
"theme_sidebar_font_sm": true, | |
"theme_sidebar_heading_bold": true, | |
"theme_sidebar_indent_xs": true, | |
"theme_sidebar_size_sm": true, | |
"theme_statusbar_colored": true, | |
"theme_statusbar_font_lg": true, | |
"theme_statusbar_size_xs": true, | |
"theme_tab_font_md": true, | |
"theme_tab_selected_filled": true, | |
"theme_tab_selected_label_bold": true, | |
"theme_tab_size_xs": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintage_start_in_command_mode": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment