Files
Control-Center/frontend-legacy/.prettierrc

13 lines
161 B
Plaintext
Raw Normal View History

2026-04-25 19:02:57 +00:00
{
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}