Created
October 23, 2014 10:56
-
-
Save SebAshton/b85e124f29b7d669c273 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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme", | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
".gemtags", | |
".gitkeep", | |
".tags", | |
".tags_sorted_by_file" | |
], | |
"font_face": "Inconsolata", | |
"font_size": 17.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Syntax Matcher" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"soda_classic_tabs": false, | |
"theme": "Spacegray Eighties.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment