Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created February 6, 2013 18:49
Show Gist options
  • Save brandon-beacher/4724808 to your computer and use it in GitHub Desktop.
Save brandon-beacher/4724808 to your computer and use it in GitHub Desktop.
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.csv",
"*.mp3",
"*.dex",
"*.apk",
"*.ap_"
],
"color_scheme": "Packages/User/Railscasts Brandon.tmTheme",
"draw_indent_guides": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"coverage",
"log",
"solr/data",
"tmp",
"*.app",
"*.app.dSYM",
"*.build",
"*.xcodeproj"
],
"font_face": "Inconsolata",
"font_size": 16,
"ignored_packages":
[
"Vintage"
],
"soda_classic_tabs": true,
"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