formatting html attributes in vim

做~自己de王妃 提交于 2019-12-11 18:22:21

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!