Skip to content

Commit

Permalink
Excavator: Format Java files (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Apr 5, 2020
1 parent fe95739 commit bd835bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .baseline/checkstyle/checkstyle.xml
Expand Up @@ -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 -->
Expand Down

0 comments on commit bd835bc

Please sign in to comment.