Created
September 8, 2015 15:23
-
-
Save chriserik/275df63ec60268735a06 to your computer and use it in GitHub Desktop.
Sublime Settings
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
{ | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".sass-cache", | |
".tx", | |
"releases", | |
"tmp/cache" | |
], | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"MavensMate", | |
"Markdown" | |
], | |
"line_padding_top": 2, | |
"material_theme_disable_fileicons": true, | |
"material_theme_disable_folder_animation": true, | |
"material_theme_small_tab": true, | |
"rulers": | |
[ | |
80 | |
], | |
"tab_size": 2, | |
"tabs_padding_small": true, | |
"tabs_small": true, | |
"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