Last active
December 18, 2015 02:49
-
-
Save joeyfigaro/5713836 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
{ | |
"auto_complete": false, | |
"caret_style": "phase", | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme", | |
"find_select_text": true, | |
"fold_buttons": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"_build", | |
"dist", | |
"build", | |
"site" | |
], | |
"font_face": "Ubuntu Mono", | |
"font_size": 14.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "fox.dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"gutter": true, | |
"margin": 4, | |
"use_tab_stops": false, | |
"fold_buttons": true, | |
"fade_fold_buttons": false, | |
"tab_size": 2, | |
"highlight_line": false, | |
"caret_extra_top": 0, | |
"caret_extra_bottom": 0, | |
"caret_extra_width": 1, | |
"line_padding_top": 2, | |
"line_padding_bottom": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment