Created
February 26, 2016 10:20
-
-
Save attenzione/a4a101eaa0623fff92a9 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", | |
"*.log", | |
"vendor/assets/bower/*" | |
], | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/Twilight (SL).tmTheme", | |
"draw_indent_guides": false, | |
"ensure_newline_at_eof_on_save": true, | |
"find_selected_text": true, | |
"fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".gems", | |
"tmp", | |
"public/assets" | |
], | |
"font_face": "Inconsolata", | |
"font_options": | |
[ | |
"subpixel_antialias", | |
"no_bold" | |
], | |
"font_size": 13.0, | |
"highlight_line": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"remember_open_files": false, | |
"sublimelinter_popup_errors_on_save": true, | |
"tab_completion": false, | |
"tab_size": 2, | |
"theme": "Soda Dark 3.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment