Last active
April 4, 2016 18:51
-
-
Save bluemwhitew/1d6e3b973e6cda9c593abc7af8cee572 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
This file contains hidden or 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
{ | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"default_line_ending": "unix", | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": true, | |
"fold_buttons": true, | |
"font_size": 10, | |
"gutter": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_numbers": true, | |
"match_brackets_content": false, | |
"show_full_path": false, | |
"show_tab_close_buttons": true, | |
"spell_check": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment