Initial commit

This commit is contained in:
2026-02-15 12:07:37 +01:00
commit b0aeb6232b
8 changed files with 1140 additions and 0 deletions

11
.pretierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css"
}