The final comment and the third to last comment in the example HTML file allow you to
define which tags are formatted the same way.
Similar tags are grouped together, one on each line. Empty lines delineate
tag group boundaries. Anything after the first text word on a line is
treated like a comment and ignored.
Click here to view the full default HTML example.
Example:
<!--
The next comment defines inline tags. These tags do not start new lines.
-->
<!--
span
h1
h2
h3
h4
h5
h6
(etc...)
-->
<!--
The next comment defines block tags. These tags do start new lines.
-->
<!--
fake-tag
div
center
listing
banner
marquee
tab
spacer
(etc...)
-->
|