Skip to content

Commit

Permalink
Make build pass on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Shredder121 committed Feb 26, 2016
1 parent 120b55c commit 9d0d1fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">

<module name="Checker">
<module name="NewlineAtEndOfFile"/>
<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf" />
</module>
<module name="FileLength"/>
<module name="FileTabCharacter"/>

Expand Down

0 comments on commit 9d0d1fd

Please sign in to comment.