included OperatorWrapCheck with assignment tokens, now that
BeanUtils conversion of String arrays has been remedied.
This commit is contained in:
parent
bd2731070a
commit
5f0d69b64d
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue