congo/.prettierrc

12 lines
144 B
Plaintext

{
"printWidth": 100,
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}