included OperatorWrapCheck with assignment tokens, now that

BeanUtils conversion of String arrays has been remedied.
This commit is contained in:
Rick Giles 2002-12-05 23:51:20 +00:00
parent bd2731070a
commit 5f0d69b64d
1 changed files with 2 additions and 2 deletions

View File

@ -48,12 +48,12 @@
<property name="allowLineBreaks" value="true"/>
</config>
<config name="OperatorWrapCheck"/>
<!-- TODO: fix problem with BeanUtils and underscore character (_)
<config name="OperatorWrapCheck">
<property name="tokens" value="ASSIGN, DIV_ASSIGN, PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, MOD_ASSIGN, SR_ASSIGN, BSR_ASSIGN, SL_ASSIGN, BXOR_ASSIGN, BOR_ASSIGN, BAND_ASSIGN"/>
<property name="option" value="eol"/>
</config>
-->
<config name="OtherLeftCurlyCheck">
<property name="option" value="nlow"/>
</config>