Fix checkstyle on Windows

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2019-04-23 21:22:20 +10:00
parent daff6d0d0c
commit f648ea4541

View File

@ -5,7 +5,9 @@
<module name="Checker">
<!-- See http://checkstyle.sourceforge.net/config_misc.html#NewlineAtEndOfFile -->
<module name="NewlineAtEndOfFile"/>
<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf_cr_crlf"/>
</module>
<!-- See http://checkstyle.sourceforge.net/config_whitespace.html -->
<module name="FileTabCharacter"/>