Add .editorconfig

This commit is contained in:
KleinCrafter
2023-10-01 20:32:53 +02:00
committed by Brokkonaut
parent f5ddf9f9ec
commit 499cdbca27

14
.editorconfig Normal file
View File

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