Add .editorconfig

This commit is contained in:
Felix Koppe
2024-11-13 11:58:07 +01:00
parent 516c7ca303
commit af4caad6be

14
.editorconfig Normal file
View File

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