Enforcing whitespace after comma
This commit is contained in:
parent
2ffdc275b8
commit
6017e28787
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue