chore: initial commit

contains boilerplate code
This commit is contained in:
2025-12-07 23:09:50 +01:00
commit eb6a8e52c1
12 changed files with 683 additions and 0 deletions

5
.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true