hunterhacker/jdom

Allow configurable space before close empty element

Opened this issue · 0 comments

When jdom writes a close of an empty element, it always leaves a space like: <element />. It would be great to be able to configure this to not leave the space (as is done in spotless and other places).