Last active
October 13, 2015 17:38
-
-
Save reinier/4232306 to your computer and use it in GitHub Desktop.
My Sublime Text 3 preference file
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
{ | |
"theme": "Soda Light 3.sublime-theme", | |
"soda_folder_icons": true, | |
"font_size": 16, | |
"font_face": "Menlo", | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"caret_style": "wide", | |
"highlight_line": true, | |
"bold_folder_labels": true, | |
"fade_fold_buttons": false, | |
"open_files_in_new_window": true, | |
"remember_open_files": false, | |
// "scroll_past_end": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment