Files
search-dispatcher/.prettierrc
T

13 lines
161 B
Plaintext
Raw Normal View History

2026-05-12 23:48:23 +02:00
{
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}