mrmlnc / vscode-pugbeautify

:electric_plug: Simple Pug/Jade beautify plugin for VS Code.
https://goo.gl/VLj9SL
MIT License
5 stars 1 forks source link

convert very long ligne to multiligne #6

Closed yukulele closed 6 years ago

yukulele commented 6 years ago

example:

#video
  video(src="videos/holiday.webm" autoplay controls poster="images/sleeping-on-beach.jpg" title="holiday")
#video
  video(
    src="videos/holiday.webm" 
    autoplay 
    controls 
    poster="images/sleeping-on-beach.jpg" 
    title="summer 2018 holiday"
  )
yukulele commented 6 years ago

https://github.com/vingorius/pug-beautify/issues/6