Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created May 11, 2012 19:56
Show Gist options
  • Save brandon-beacher/2662072 to your computer and use it in GitHub Desktop.
Save brandon-beacher/2662072 to your computer and use it in GitHub Desktop.
sublime user preferences
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.csv"
],
"color_scheme": "Packages/User/Railscasts Brandon.tmTheme",
"draw_indent_guides": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"coverage",
"tmp",
"vendor"
],
"font_face": "Inconsolata",
"font_size": 15.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment