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

11 lines
123 B
Text
Raw Normal View History

2021-02-09 16:49:33 +00:00
{
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}