forked from FabricMC/fabric
Make checkstyle always use English
This commit is contained in:
parent
a1bd3118a0
commit
ce867d209a
1 changed files with 2 additions and 0 deletions
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue