add editorconfig

This commit is contained in:
Mike Schwörer 2017-04-13 23:36:11 +02:00
parent d5495c2f48
commit 0d984ecd84
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*.{java}]
charset = utf-8
insert_final_newline = true
indent_style = tab