Created
June 15, 2017 09:24
-
-
Save jm-maniego/aa20504cf385bb7c2ac6429c963a39a5 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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Materialize/schemes/Material Brogrammer.tmTheme", | |
"file_exclude_patterns": | |
[ | |
"*.log" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"tmp" | |
], | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 11, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"material_theme_contrast_mode": true, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"tab_size": 2, | |
"theme": "Material Brogrammer.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules", "public/assets", "public/packs"], | |
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace", "*.cache"], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment