Files
fakemoney/.prettierrc
2026-02-27 23:00:27 +01:00

13 lines
161 B
Plaintext

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