🎉 Initial commit

This commit is contained in:
2026-02-02 13:38:42 +01:00
parent 15c8ef7616
commit cac1349c95
11 changed files with 7572 additions and 122 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 4,
"endOfLine": "lf",
"arrowParens": "always"
}