Last active
March 31, 2016 19:13
-
-
Save zeroseis/f7f3524f040b30f31e99 to your computer and use it in GitHub Desktop.
My Sublime Text preferences
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
{ | |
"theme": "Material-Theme.sublime-theme", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"font_face": "Source Code Pro", | |
"font_size": 14, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"rulers": | |
[ | |
80 | |
], | |
"smart_indent": true, | |
"translate_tabs_to_spaces": true, | |
"word_wrap": false, | |
"trim_trailing_white_space_on_save": true, | |
"folder_exclude_patterns": [".sass-cache", "node_modules"], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment