initial commit

This commit is contained in:
2026-05-04 22:05:10 +02:00
commit f638b06a86
43 changed files with 15670 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"semi": true,
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"endOfLine": "auto",
"overrides": [
{
"files": "*.{md,markdown}",
"options": {
"printWidth": 80
}
}
]
}