first commit

This commit is contained in:
2026-01-18 11:26:46 +01:00
commit 672ed867a9
7 changed files with 347 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}