hugo-theme-hilfe/.prettierrc
2020-09-10 22:23:24 +02:00

11 lines
123 B
Plaintext

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