Last active
July 6, 2016 21:48
-
-
Save isnifer/79236ebc3528b8f8634d 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
{ | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
"caret_extra_width": 2, | |
"color_scheme": "Packages/Colorcoder/Material-Theme (Colorcoded).tmTheme", | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS" | |
], | |
"font_face": "Operator Mono Book Italic", | |
"font_size": 14, | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_to_bracket": true, | |
"original_color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"rulers": | |
[ | |
100 | |
], | |
"tab_size": 4, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"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