Last active
September 14, 2017 14:39
-
-
Save lucasengel/1e4f2d3829c6af3722196f1d316a470d 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
Show hidden characters
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 2, | |
"caret_extra_top": 2, | |
"caret_extra_width": 1, | |
"caret_style": "smooth", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"draw_white_space": "all", | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".sass-cache", | |
".tmp" | |
], | |
"font_face": "Hack", | |
"font_options": | |
[ | |
"gray_antialias", | |
"subpixel_antialias", | |
"directwrite" | |
], | |
"font_size": 15, | |
"format_on_save": true, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"indent_to_bracket": true, | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"match_brackets": false, | |
"material_theme_accent_acid-lime": false, | |
"material_theme_accent_blue": false, | |
"material_theme_accent_brba": false, | |
"material_theme_accent_bright-teal": false, | |
"material_theme_accent_cyan": false, | |
"material_theme_accent_graphite": true, | |
"material_theme_accent_indigo": false, | |
"material_theme_accent_lime": false, | |
"material_theme_accent_orange": false, | |
"material_theme_accent_pink": false, | |
"material_theme_accent_purple": false, | |
"material_theme_accent_red": false, | |
"material_theme_accent_sky": false, | |
"material_theme_accent_tomato": false, | |
"material_theme_accent_yellow": false, | |
"material_theme_accent_scrollbars": true, | |
"material_theme_bold_tab": false, | |
"material_theme_bright_scrollbars": true, | |
"material_theme_bullet_tree_indicator": true, | |
"material_theme_compact_panel": true, | |
"material_theme_compact_sidebar": true, | |
"material_theme_contrast_mode": true, | |
"material_theme_disable_fileicons": false, | |
"material_theme_disable_folder_animation": false, | |
"material_theme_disable_tree_indicator": false, | |
"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, | |
"material_theme_tree_headings": false, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"scroll_past_end": true, | |
"tab_size": 2, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": 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