Created
April 15, 2017 15:57
-
-
Save yaoyunchen/a31e7c04ceb13911f81d0e2b4375a972 to your computer and use it in GitHub Desktop.
Sublime Text User 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
{ | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
"tmp", | |
"log", | |
"coverage", | |
".git" | |
], | |
"font_size": 10, | |
"index_files": false, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment