initial commit

This commit is contained in:
eho
2026-07-31 23:08:17 +02:00
commit 209df1ae5a
22 changed files with 8670 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}