Skip to content

Instantly share code, notes, and snippets.

@naive
Created June 26, 2014 10:29
Show Gist options
  • Save naive/ccb8d8dee73b1a40e90d to your computer and use it in GitHub Desktop.
Save naive/ccb8d8dee73b1a40e90d to your computer and use it in GitHub Desktop.
sublime 2 user conf
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.log",
"*.gem",
"rails_best_practices_output.html"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"vendor/cache",
"coverage",
"doc",
".yardoc",
".idea",
"tmp",
"documentation",
"public/css",
"public/js"
],
"font_size": 11,
"ignored_packages":
[
"Vintage",
"GitGutter",
"ZenCoding"
],
"indent_to_bracket": true,
"rulers":
[
100
],
"tab_size": 2,
"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