Skip to content

Commit

Permalink
checkstyle: do not line separators anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
tschlenther committed Aug 9, 2024
1 parent 641ba55 commit fccaf3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<property name="acceptOnMatch" value="false"/>
</module>

<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf"/>
</module>
<!-- <module name="NewlineAtEndOfFile">-->
<!-- <property name="lineSeparator" value="lf"/>-->
<!-- </module>-->

<module name="TreeWalker">

Expand Down

0 comments on commit fccaf3e

Please sign in to comment.