Enforcing whitespace after comma

This commit is contained in:
ByteHamster 2019-10-23 20:50:45 +02:00
parent 2ffdc275b8
commit 6017e28787
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@
<property name="customImportOrderRules" value="STATIC###THIRD_PARTY_PACKAGE"/>
</module>
<module name="MethodParamPad"/>
<module name="WhitespaceAfter"/>
<module name="NoWhitespaceBefore">
<property name="tokens"
value="COMMA, SEMI, POST_INC, POST_DEC, DOT, ELLIPSIS, METHOD_REF"/>