Added posts and elements and components

This commit is contained in:
2025-11-19 14:13:55 +01:00
parent b88532e089
commit 6be297d6f8
36 changed files with 447 additions and 5 deletions

View File

@@ -8,5 +8,13 @@
"endOfLine": "lf",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always"
"arrowParens": "always",
"overrides": [
{
"files": ["*.mdoc"],
"options": {
"parser": "markdown"
}
}
]
}