Last active
August 29, 2016 15:48
-
-
Save MikeGillihan/48daa124cda6777526c347ced7350949 to your computer and use it in GitHub Desktop.
ST3 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
{ | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 3, | |
"caret_extra_top": 3, | |
"caret_extra_width": 2, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"fade_fold_buttons": false, | |
"font_face": "Source Code Pro", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 13, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
80 | |
], | |
"save_on_focus_lost": true, | |
"tab_size": 4, | |
"theme": "Seti.sublime-theme", | |
"translate_tabs_to_spaces": false, | |
"use_simple_full_screen": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment