Skip to content

Instantly share code, notes, and snippets.

@chaos-ad
Created June 13, 2012 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chaos-ad/2923691 to your computer and use it in GitHub Desktop.
Save chaos-ad/2923691 to your computer and use it in GitHub Desktop.
Sublime 2 settings (place me to ~/.config/sublime-text-2/Packages/User/Preferences.sublime-settings)
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.beam"
],
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.beam"
],
"font_size": 10.0,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"tab_completion": false,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment