Created
December 28, 2016 22:30
-
-
Save 2bj/cb27eaddd86fb1b2aaf19485f31ddfe3 to your computer and use it in GitHub Desktop.
This file contains 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": false, | |
"bold_folder_labels": false, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"folder_exclude_patterns": | |
[ | |
".idea", | |
".git" | |
], | |
"caret_style": "phase", | |
"font_face": "Fira Code", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 15, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_numbers": false, | |
"highlight_line": true, | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"margin": 0, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_autowidth": true, | |
"overlay_scroll_bars": "enabled", | |
"show_encoding": true, | |
"theme": "Material-Theme.sublime-theme", | |
"update_check": false, | |
"use_simple_full_screen": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment