Dev/client_koppe #1

Merged
fkoppe merged 22 commits from dev/client_koppe into development 2024-11-14 19:45:25 +01:00
Showing only changes of commit f3f63a3e2c - Show all commits

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