Merge main

This commit is contained in:
Felix
2024-11-13 17:02:38 +01:00

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