Sublime Forum

HTML Formatting

#1

Hi,
I like my HTML attributes to be in separate lines. Been looking for the correct plugin for a while now. I can’t seem to either find the right one, or maybe not understanding the preferences good enough, of the ones I do find, like HTML-Css-Javascript Prettify. So to be clear, this is how I like my HTML to be formatted.

<button id="myButton"......

Can this be done in Sublime3?

Thanks
–tolga

0 Likes

#2

None of that can’t be done. It’s just that it’s pretty rare to do it like that, so nothing I know has snippets for that. You could write your own of course, it’s as easy as writing HTML.

0 Likes