Created
August 28, 2015 11:01
-
-
Save ultim8k/3cbce5aafb23ebb6e5c2 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
Show hidden characters
{ | |
"binary_file_patterns": | |
[ | |
"*.scssc", | |
"*.css", | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"color_scheme": "Packages/Monokai JSON+/Monokai JSON+.tmTheme", | |
"theme": "Primer.sublime-theme", | |
"theme_primer_sidebar_font_large": true, | |
"theme_primer_sidebar_tree_small": true, | |
"theme_primer_tabs_font_large": true, | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db" | |
], | |
"folder_exclude_patterns": | |
[ | |
".sass-cache", | |
"node_modules", | |
".git" | |
], | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"path": "path/to/your/project", | |
"tab_size": 4, | |
"theme": "Primer.sublime-theme", | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment