first commit

This commit is contained in:
2025-12-01 11:35:14 +01:00
commit a039beab8e
31 changed files with 6822 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true