uci-doc/.prettierrc

11 lines
123 B
Plaintext

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