Skip to content

Instantly share code, notes, and snippets.

@yaoyunchen
Created April 15, 2017 15:57
Show Gist options
  • Save yaoyunchen/a31e7c04ceb13911f81d0e2b4375a972 to your computer and use it in GitHub Desktop.
Save yaoyunchen/a31e7c04ceb13911f81d0e2b4375a972 to your computer and use it in GitHub Desktop.
Sublime Text User Preferences
{
"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