Make checkstyle always use English

This commit is contained in:
Juuxel 2019-12-26 22:53:20 +02:00 committed by Player
parent a1bd3118a0
commit ce867d209a

View file

@ -3,6 +3,8 @@
<module name="Checker">
<property name="charset" value="UTF-8"/>
<property name="fileExtensions" value="java"/>
<property name="localeLanguage" value="en"/>
<property name="localeCountry" value="US"/>
<module name="NewlineAtEndOfFile"/>