given the following html tag: ```html <span class="label {% if wave.publshed %} label-success {% else %} label-warning {% endif %}"> </span> ``` a new line break is added above and below the classname every time the formatter runs.
given the following html tag:
a new line break is added above and below the classname every time the formatter runs.