forked from jasder/antlr
Set the tab width in .editorconfig so GitHub shows source properly
This commit is contained in:
parent
1203794259
commit
5f2f7981b7
|
@ -1,5 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
tab_width = 4
|
||||
|
||||
[*.{java,stg}]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
|
|
Loading…
Reference in New Issue