Merge pull request #345 from zod/editorconfig

Add .editorconfig to harmonize indention
This commit is contained in:
afischerdev 2021-10-11 15:45:07 +02:00 committed by GitHub
commit 2849271e24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.java]
indent_style = space
indent_size = 2
[*.gradle]
indent_style = space
indent_size = 4