uci-doc/.prettierrc

11 lines
123 B
Plaintext
Raw Permalink Normal View History

2020-09-10 13:23:24 -07:00
{
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}