Squashed 'Website/' content from commit 820a8fc4

git-subtree-dir: Website
git-subtree-split: 820a8fc4c609fa2281312a6a75491add1c280711
This commit is contained in:
TypeFlu
2025-09-04 15:07:40 +05:30
commit 49190feab6
53 changed files with 4299 additions and 0 deletions

10
.prettierrc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always",
"endOfLine": "lf"
}