Created
October 9, 2018 08:46
-
-
Save LazyRen/ab276403db99c2b997f6bc85e487269b 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": true, | |
"binary_file_patterns": | |
[ | |
"*.dds", | |
"*.eot", | |
"*.gif", | |
"*.ico", | |
"*.jar", | |
"*.jpeg", | |
"*.jpg", | |
"*.pdf", | |
"*.png", | |
"*.swf", | |
"*.tga", | |
"*.ttf", | |
"*.zip", | |
], | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 2, | |
"caret_extra_top": 2, | |
"caret_extra_width": 1, | |
"caret_style": "phase", | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme", | |
"default_encoding": "UTF-8", | |
"default_encoding_on_create": "UTF-8", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"font_face": "Source Code Pro", | |
"font_options": | |
[ | |
"gray_antialias", | |
"subpixel_antialias", | |
"no_round" | |
], | |
"font_size": 21, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"indent_to_bracket": true, | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"match_brackets": false, | |
"match_brackets_angle": false, | |
"match_brackets_braces": false, | |
"match_brackets_content": false, | |
"match_brackets_square": false, | |
"match_tags": false, | |
"material_theme_accent_cyan": true, | |
"material_theme_accent_scrollbars": true, | |
"material_theme_bright_scrollbars": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_separator": true, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"preview_on_click": false, | |
"rulers": | |
[ | |
80 | |
], | |
"show_errors_inline": false, | |
"show_navigation_bar": false, | |
"spell_check": false, | |
"tab_size": 4, | |
"theme": "Material-Theme-Darker.sublime-theme", | |
"trim_trailing_white_space_on_save": true, | |
"ui_big_tabs": false, | |
"ui_fix_tab_labels": true, | |
"ui_font_default": false, | |
"ui_font_size_small": false, | |
"ui_font_source_code_pro": true, | |
"ui_separator": false, | |
"ui_wide_scrollbars": true, | |
"word_wrap": true, | |
"wrap_width": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment