[CI-SKIP] add .editorconfig for base code style settings

This commit is contained in:
Aikar 2018-08-07 01:13:55 -04:00
parent 28caff2299
commit e861035fc4
No known key found for this signature in database
GPG Key ID: 401ADFC9891FAAFE
1 changed files with 6 additions and 0 deletions

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
[*.java]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4