Skip to content

Instantly share code, notes, and snippets.

@jazzytomato
Created April 4, 2018 10:00
Show Gist options
  • Save jazzytomato/09860755a096803206bb6d5ea4d73ab2 to your computer and use it in GitHub Desktop.
Save jazzytomato/09860755a096803206bb6d5ea4d73ab2 to your computer and use it in GitHub Desktop.
sublime config save
{
"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