mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-31 20:34:11 -08:00
Fix checkstyle rules
This commit is contained in:
parent
b8fa0a541a
commit
911ab06e90
|
@ -67,7 +67,7 @@
|
|||
</module>
|
||||
<module name="NoWhitespaceBefore">
|
||||
<property name="allowLineBreaks" value="true"/>
|
||||
<property name="tokens" value="BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS,TYPECAST"/>
|
||||
<property name="tokens" value="SEMI,POST_DEC,POST_INC"/>
|
||||
</module>
|
||||
<module name="OperatorWrap">
|
||||
<property name="option" value="eol"/>
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
/.settings
|
||||
/.classpath
|
||||
/.project
|
||||
/.factorypath
|
||||
|
|
Loading…
Reference in New Issue
Block a user