Add new preference to insert whitespace before closing empty end-tag #197
Labels
enhancement
New feature or request
formatting
This issue or enhancement is related to formatting support
Milestone
... so that, if enabled:
<br/>
-><br />
<foo attribute="bar"/>
-><foo attribute="bar" />
if disabled:
<br />
-><br/>
<foo attribute="bar" />
-><foo attribute="bar"/>
Current behaviour is equivalent to having this option enabled
The text was updated successfully, but these errors were encountered: