mblode/vscode-twig-language-2

Wrapping html tag attributes

X-Tender opened this issue · 6 comments

Is it possible to get a format to achieve this?

<div>
  <label for="mail">E-Mail</label>
  <input
    id="mail"
    name="mail"
    type="email"
    maxlength="256"
    required
  />
</div>

@X-Tender Did you manage to find a workaround for this?

Someone manage a solution for this ?

This is the reason why I keep comming back to JetBrains, vscode always lacks formatting features...