Created
August 13, 2016 07:23
-
-
Save kim3er/a7ec154f5072a9108eaf2a2fe0411b7c to your computer and use it in GitHub Desktop.
Material Theme Sublime Settings
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
{ | |
"Seti_show_group_arrows": true, | |
"always_show_minimap_viewport": true, | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 3, | |
"caret_extra_top": 3, | |
"caret_extra_width": 2, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"copy_with_empty_selection": true, | |
"ensure_newline_at_eof_on_save": true, | |
"font_options": | |
[ | |
"gray_antialias", | |
"subpixel_antialias" | |
], | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"EJS", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"index_files": true, | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"material_theme_tree_headings": true, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
79 | |
], | |
"tab_size": 2, | |
"theme": "Material-Theme.sublime-theme", | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment