initial commit

This commit is contained in:
2025-03-08 23:22:10 +02:00
commit 7571cfbca7
24 changed files with 2612 additions and 0 deletions

5
.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
[*.?ts]
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true