Excavator: Format Java files (#279)
This commit is contained in:
parent
fe95739526
commit
bd835bcc55
1 changed files with 0 additions and 4 deletions
|
@ -201,10 +201,6 @@
|
|||
<property name="separated" value="true"/>
|
||||
<property name="sortStaticImportsAlphabetically" value="true"/>
|
||||
</module>
|
||||
<module name="Indentation"> <!-- Java Style Guide: Block indentation: +4 spaces -->
|
||||
<property name="arrayInitIndent" value="8"/>
|
||||
<property name="lineWrappingIndentation" value="8"/>
|
||||
</module>
|
||||
<module name="InnerAssignment"/> <!-- Java Coding Guidelines: Inner assignments: Not used -->
|
||||
<module name="LeftCurly"/> <!-- Java Style Guide: Nonempty blocks: K & R style -->
|
||||
<module name="LineLength"> <!-- Java Style Guide: No line-wrapping -->
|
||||
|
|
Loading…
Reference in a new issue