initial release

This commit is contained in:
sguenter
2024-01-03 22:56:14 +01:00
commit d88d61bb3b
127 changed files with 20940 additions and 0 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true
}