chore: added .editorconfig

This commit is contained in:
zaaarf 2023-04-10 18:29:47 +02:00
parent 2e7e3d9fec
commit 1303948c94
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
# Default to Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
[*.java]
indent_size = 2