Skip to content

Commit

Permalink
Fix Checkstyle to work on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Sep 22, 2020
1 parent e32432b commit 51a52d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
<property name="fileExtensions" value="java"/>
</module>

<module name="NewlineAtEndOfFile"/>
<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf_cr_crlf"/>
</module>

<!-- Checks for whitespace -->
<!-- See http://checkstyle.sf.net/config_whitespace.html -->
Expand Down

0 comments on commit 51a52d7

Please sign in to comment.