djLint
djLint copied to clipboard
[BUG] [Formatter] a whitespace between inline tags should be preserved.
- [x] I'm on the latest version of djLint
- [x] I've searched the issues
- [x] I've read the docs
<span> </span>
<!-- should probably not become -->
<span></span>
<!-- but should probably be -->
<span> </span>