Skip to content

Instantly share code, notes, and snippets.

@iamlucamilan
Created July 26, 2013 13:44
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 iamlucamilan/6088954 to your computer and use it in GitHub Desktop.
Save iamlucamilan/6088954 to your computer and use it in GitHub Desktop.
My sublime configuration
{
"caret_style": "smooth",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.tmLanguage.cache",
"*.tmPreferences.cache",
"*.psd",
"*.psb",
"*.png",
"*.gif",
"*.jpg",
"*.jpeg",
"Gemfile.lock",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.ico",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.pdf",
"*.class",
"*.mov",
"*.mp3",
"*.mp4",
"*.swf",
"*.xls",
"*.bak",
"*.backup",
"*.acorn",
"*.license",
"*.zargo*"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
"*.esproj",
"*.tiles",
"*.svn"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"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