mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-31 16:10:45 +08:00
Fix checkstyle on Windows
This commit is contained in:
parent
c4af066cb7
commit
c088132472
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user