Files
listify/listify-client/.prettierrc
Bastian Wagner 537c7cbbee Initial
2026-06-09 09:45:33 +02:00

13 lines
161 B
Plaintext

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