问题
Is it possible with vim/plugin to format/beautify html code, breaking the attributes into separate lines automatically, like:
<input
class="my-class"
attibute-1="value 1"
attibute-2="value 2"
/>
来源:https://stackoverflow.com/questions/22528973/formatting-html-attributes-in-vim