Set the tab width in .editorconfig so GitHub shows source properly

This commit is contained in:
Sam Harwell 2017-08-07 18:04:32 -05:00
parent 1203794259
commit 5f2f7981b7
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
root = true
[*]
tab_width = 4
[*.{java,stg}]
charset = utf-8
insert_final_newline = true