Files
Bonsai-webapp/.prettierrc
T
Cédric OLIVIER 62a512f503 init
2026-05-22 17:34:28 +02:00

13 lines
161 B
Plaintext

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