mirror of https://github.com/apache/jclouds.git
Enforce no leading or trailing spurious whitespace
This commit is contained in:
parent
9c2c2e0c44
commit
bf678edb97
|
@ -35,6 +35,11 @@
|
|||
-->
|
||||
<module name="ModifierOrder"/>
|
||||
<module name="MultipleVariableDeclarations"/>
|
||||
<module name="NoWhitespaceAfter">
|
||||
<!-- ARRAY_INIT disabled -->
|
||||
<property name="tokens" value="BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"/>
|
||||
</module>
|
||||
<module name="NoWhitespaceBefore"/>
|
||||
<module name="RedundantImport"/>
|
||||
<module name="RedundantModifier">
|
||||
<!-- VARIABLE_DEF disabled -->
|
||||
|
|
Loading…
Reference in New Issue