Merge pull request #1304 from nielsbasjes/EditorConfig

Add .editorconfig
This commit is contained in:
Terence Parr 2016-10-13 14:00:56 -07:00 committed by GitHub
commit 6d59acce4c
2 changed files with 8 additions and 0 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[*.{java,stg}]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

View File

@ -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