Whitespace is allowed when arrays are initialized.

This commit is contained in:
main() 2012-01-03 15:00:39 +01:00
parent cf21793262
commit 9d16b7c445

View File

@ -68,7 +68,9 @@
<module name="ParameterNumber"/>
<module name="EmptyForIteratorPad"/>
<module name="MethodParamPad"/>
<module name="NoWhitespaceAfter"/>
<module name="NoWhitespaceAfter">
<property name="tokens" value="BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"/>
</module>
<module name="NoWhitespaceBefore"/>
<module name="OperatorWrap"/>
<module name="ParenPad"/>