vscode-liquid
vscode-liquid copied to clipboard
Formatting problems with output values in html tag.
my config
{
"liquid": {
"indentAttribute": false,
"normalizeSpacing": true,
"delimiterTrims":"preserve",
"delimiterPlacement": "consistent"
}
}
hope format
<meta name="runtime-host" content="{{shop.cdn_domain}}">
futile