Files
scouthub/scouthub-home-fe/.prettierrc
T
2026-07-23 19:40:51 +02:00

13 lines
161 B
Plaintext

{
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}