vscode-liquid icon indicating copy to clipboard operation
vscode-liquid copied to clipboard

Formatting problems with output values in html tag.

Open epver opened this issue 10 months ago • 2 comments

my config

{
    "liquid": {
      "indentAttribute": false,
      "normalizeSpacing": true,
      "delimiterTrims":"preserve",
      "delimiterPlacement": "consistent"
    }
}

hope format

<meta name="runtime-host" content="{{shop.cdn_domain}}">

futile

epver avatar Apr 11 '24 08:04 epver