base structure

This commit is contained in:
2026-03-09 10:02:43 +01:00
parent 5bf74368c3
commit 96aed70fc6
11 changed files with 195 additions and 19 deletions

13
webpage/.prettierrc Normal file
View File

@@ -0,0 +1,13 @@
{
"printWidth": 120,
"htmlWhitespaceSensitivity": "ignore",
"singleAttributePerLine": false,
"overrides": [
{
"files": ["*.svelte", "*.astro"],
"options": {
"printWidth": 1000
}
}
]
}