mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-05 16:23:39 +00:00
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"plugins": ["prettier-plugin-go-template"],
|
|
"proseWrap": "always",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.html"],
|
|
"options": {
|
|
"parser": "go-template"
|
|
}
|
|
}
|
|
]
|
|
}
|