This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/.prettier
2021-02-09 16:49:33 +00:00

10 lines
123 B
Text

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