Initial commit

This commit is contained in:
2023-04-25 15:00:03 +02:00
commit 1b28f3d45a
11 changed files with 272 additions and 0 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4