Wrapping html tag attributes
X-Tender opened this issue · 6 comments
X-Tender commented
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>
nielsVoogt commented
@X-Tender Did you manage to find a workaround for this?
paallaire commented
Someone manage a solution for this ?
asolopovas commented
This is the reason why I keep comming back to JetBrains, vscode always lacks formatting features...