It would be nice to avoid `empty body` warnings emposed by default activation of `expandEmptyElements`, by disabling default value for this property. make `false`: https://github.com/diffplug/spotless/blob/2cc8c04ad168641c9cbd6fa99d30e3c7dfdb3b68/lib/src/main/java/com/diffplug/spotless/pom/SortPomCfg.java#L30 need: ```xml <sortPom/> ``` have: ```xml <sortPom> <expandEmptyElements>false</expandEmptyElements> </sortPom> ``` reproducer: - https://github.com/pmd/pmd/pull/5846 <img width="1055" alt="Image" src="https://github.com/user-attachments/assets/59ade91d-e326-44e6-978b-e05920fc56fc" />