Initial commit

This commit is contained in:
2025-10-02 13:07:50 +02:00
commit 8a0e1faf75
10 changed files with 323 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# Top-most EditorConfig file
root = true
# Use same style for all files
[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true