Merge pull request #1984 from sharwell/set-tab-width

Set the tab width in .editorconfig so GitHub shows source properly
This commit is contained in:
Terence Parr 2017-10-10 12:34:10 -07:00 committed by GitHub
commit f1838a0553
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