-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
This is my config:
{
"plugins": [
"prettier-plugin-go-template"
],
"overrides": [
{
"files": [
"*.gohtml"
],
"options": {
"parser": "go-template",
"printWidth": 300,
"tabWidth": 4,
"singleQuote": true
}
}
]
}
Formatting is perfect (compared to what I get with the default VSCode HTML formatter), there is just one simple thing I thought I would have killed with singleQuote: true:
The VSCode editor seemingly has an issue with some double quotes in a row, which is not there if the outer quote is a single quote.
It works at runtime, but is somehow marked as problem.
Any idea, how to fight that?
Metadata
Metadata
Assignees
Labels
No labels