I have this code of element, and i need to format the attributes from this:
<input class="cool-input" id="input" value="test" placeholder="test" />
to
<input class="cool-input"
id="input"
value="test"
placeholder="test"
/>
but I didn't find any hotkey to do it. Is there any, and if there is, what is it?