congo/.prettierrc

12 lines
144 B
Plaintext
Raw Normal View History

2021-08-11 05:28:33 +00:00
{
"printWidth": 100,
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}