Skip to content

Instantly share code, notes, and snippets.

@chrisledet
Created February 13, 2013 16:26
Show Gist options
  • Save chrisledet/4945807 to your computer and use it in GitHub Desktop.
Save chrisledet/4945807 to your computer and use it in GitHub Desktop.
Sublime Text config
{
"auto_complete": false,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.gem"
],
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_indent_guides": false,
"draw_white_space": "selection",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.gem"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"log",
".sass-cache",
"tmp"
],
"font_face": "Ubuntu Mono",
"font_size": 15.0,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"match_selection": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment