Skip to content

Commit 42853fe

Browse files
vogellafedejeanne
authored andcommitted
Enables the unnecessary whitespace clean-up
Fixes eclipse-platform/eclipse.platform#1868
1 parent 8c4f3b0 commit 42853fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@
589589
<cleanup.remove_unnecessary_array_creation>true</cleanup.remove_unnecessary_array_creation>
590590
<!-- Remove unnecessary suppress warning tokens -->
591591
<cleanup.remove_unnecessary_suppress_warnings>true</cleanup.remove_unnecessary_suppress_warnings>
592+
<!-- Remove unnecessary whitespace-->
593+
<cleanup.remove_trailing_whitespaces>true</cleanup.remove_trailing_whitespaces>
594+
<cleanup.remove_trailing_whitespaces_all>true</cleanup.remove_trailing_whitespaces_all>
595+
<cleanup.remove_trailing_whitespaces_ignore_empty>false</cleanup.remove_trailing_whitespaces_ignore_empty>
592596
</cleanUpProfile>
593597
</configuration>
594598
</execution>

0 commit comments

Comments
 (0)