Created
July 18, 2012 21:01
-
-
Save brandon-beacher/3138872 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", | |
"log", | |
"solr/data", | |
"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