Skip to content

Instantly share code, notes, and snippets.

@ascruggs
Created November 11, 2013 22:55
Show Gist options
  • Save ascruggs/7422080 to your computer and use it in GitHub Desktop.
Save ascruggs/7422080 to your computer and use it in GitHub Desktop.
sublime preferences
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.min.js",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"log",
"tmp",
".bundle",
"vendor/bundle/bin",
"vendor/bundle/binstubs",
"vendor/bundle/cache",
"vendor/bundle/doc",
"vendor/bundle/specifications",
"vendor/cache"
],
"font_face": "Inconsolata-dz",
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment