We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc8c04 commit 8895721Copy full SHA for 8895721
lib/src/main/java/com/diffplug/spotless/pom/SortPomCfg.java
@@ -27,7 +27,7 @@ public class SortPomCfg implements Serializable {
27
28
public String lineSeparator = System.getProperty("line.separator");
29
30
- public boolean expandEmptyElements = true;
+ public boolean expandEmptyElements;
31
32
public boolean spaceBeforeCloseEmptyElement = false;
33
0 commit comments