Created
April 28, 2014 17:10
-
-
Save brandon-beacher/11378122 to your computer and use it in GitHub Desktop.
sublime text preferences
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", | |
"*.mp3", | |
"*.dex", | |
"*.apk", | |
"*.ap_" | |
], | |
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
"draw_indent_guides": false, | |
"ensure_newline_at_eof_on_save": true, | |
"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": | |
[ | |
"Markdown", | |
"Vintage" | |
], | |
"rulers": | |
[ | |
78 | |
], | |
"tab_size": 2, | |
"theme": "Spacegray.sublime-theme", | |
"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