initial commit

This commit is contained in:
sguenter
2023-09-29 17:45:29 +02:00
commit 40cae008d8
13 changed files with 667 additions and 0 deletions

5
.prettierrc Normal file
View File

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