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:
commit
f1838a0553
|
@ -1,5 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
tab_width = 4
|
||||
|
||||
[*.{java,stg}]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
|
|
Loading…
Reference in New Issue