Add sublime-settings [skip ci]

This commit is contained in:
Zach Riggle 2015-10-25 16:51:45 -04:00
parent 7c0ede41a9
commit 78d5148777
1 changed files with 7 additions and 0 deletions

7
.sublime-settings Normal file
View File

@ -0,0 +1,7 @@
{
"default_encoding": "UTF-8",
"ensure_newline_at_eof_on_save": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}