forked from jasder/antlr
Merge pull request #1304 from nielsbasjes/EditorConfig
Add .editorconfig
This commit is contained in:
commit
6d59acce4c
|
@ -0,0 +1,7 @@
|
|||
root = true
|
||||
|
||||
[*.{java,stg}]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = tab
|
|
@ -94,3 +94,4 @@ YYYY/MM/DD, github id, Full name, email
|
|||
2016/03/28, gagern, Martin von Gagern, gagern@ma.tum.de
|
||||
2016/08/11, BurtHarris, Ralph "Burt" Harris, Burt_Harris_antlr4@azxs.33mail.com
|
||||
2016/08/19, andjo403, Andreas Jonson, andjo403@hotmail.com
|
||||
2016/10/13, nielsbasjes, Niels Basjes, niels@basjes.nl
|
Loading…
Reference in New Issue