Merge pull request #54 from TouchInstinct/NoWhitespaceAfter

NoWhitespaceAfter fix
This commit is contained in:
Denis Karmyshakov 2018-04-18 23:49:44 +03:00 committed by GitHub
commit a98044321a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -226,7 +226,6 @@
<module name="NoLineWrap"/>
<module name="NonEmptyAtclauseDescription"/>
<module name="NoWhitespaceAfter">
<property name="allowLineBreaks" value="false"/>
<property name="tokens"
value="ARRAY_INIT, INC, DEC, UNARY_MINUS, UNARY_PLUS, BNOT, LNOT, DOT, ARRAY_DECLARATOR, INDEX_OP"/>
</module>