ve_main_hugosource/themes/hugo-scroll/.prettierrc.json

10 lines
123 B
JSON

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