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

10 lines
123 B
Text

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