Created
April 4, 2018 10:00
-
-
Save jazzytomato/09860755a096803206bb6d5ea4d73ab2 to your computer and use it in GitHub Desktop.
sublime config save
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
{ | |
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", | |
"font_face": "Fira Code", | |
"font_size": 15, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rubocop_path": "~/.rbenv/shims/rubocop --config ~/.rubocop.yml", | |
"ruby_path": "~/.rbenv/shims/ruby", | |
"theme": "Adaptive.sublime-theme", | |
"folder_exclude_patterns": ["node_modules", ".svn", ".git", ".hg", "CVS"], | |
"file_exclude_patterns": ["*.cache", "*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace"], | |
"binary_file_patterns": ["generated/*", "*.tbz2", "*.gzip", "*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment