Last active
October 12, 2015 04:47
-
-
Save mrosati84/3972560 to your computer and use it in GitHub Desktop.
My Sublime Text 2/3 Settings
This file contains hidden or 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
Show hidden characters
{ | |
"binary_file_patterns": | |
[ | |
"*.scssc" | |
], | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/Colorsublime/themes/Boron.tmTheme", | |
"draw_white_space": "all", | |
"fade_fold_buttons": false, | |
"font_face": "Source Code Pro", | |
"font_size": 16, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
//"Vintage" | |
], | |
"line_padding_bottom": 10, | |
"line_padding_top": 10, | |
"match_brackets": true, | |
"rulers": | |
[ | |
80 | |
], | |
"soda_folder_icons": false, | |
"tab_size": 4, | |
"theme": "Soda Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"vintage_start_in_command_mode": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment