djLint icon indicating copy to clipboard operation
djLint copied to clipboard

[BUG] [Formatter] a whitespace between inline tags should be preserved.

Open christopherpickering opened this issue 2 years ago • 0 comments

<span>     </span>
<!-- should probably not become -->
<span></span>
<!-- but should probably be -->
<span> </span>

christopherpickering avatar Apr 05 '23 15:04 christopherpickering