hugo-scroll/.prettierrc.json
2020-09-09 18:00:59 +02:00

11 lines
123 B
JSON

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