Created
October 11, 2013 23:50
-
-
Save pibby/6943793 to your computer and use it in GitHub Desktop.
My Sublime Text User 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
Show hidden characters
{ | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"auto_indent": true, | |
"auto_match_enabled": true, | |
"bold_folder_labels": true, | |
"caret_style": "smooth", | |
"color_scheme": "Packages/User/Flatland Dark.tmTheme", | |
"detect_indentation": true, | |
"draw_minimap_border": true, | |
"fade_fold_buttons": false, | |
"fold_buttons": true, | |
"gutter": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_numbers": true, | |
"line_padding_bottom": 0.5, | |
"line_padding_top": 0.5, | |
"open_files_in_new_window": false, | |
"theme": "Soda Dark.sublime-theme", | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment