add prettier config

This commit is contained in:
2026-06-17 14:12:46 +02:00
parent 802aaee4bb
commit 8249d87a21
+5 -10
View File
@@ -1,12 +1,7 @@
{
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
"tabWidth": 2,
"useTabs": false,
"bracketSameLine": true,
"semi": true,
"singleQuote": true
}