www/site/themes/geekdoc/.prettierrc
Simon Marsh 556c837aa9
All checks were successful
continuous-integration/drone/push Build is passing
Update to new website
2021-01-04 11:41:06 +00:00

11 lines
123 B
Plaintext

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