Skip to content

Commit

Permalink
[Java] Update checkstyle config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Feb 24, 2017
1 parent c664caf commit 368d93d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@
<module name="NoWhitespaceBefore"/>

<module name="WhitespaceAfter">
<property name="tokens" value="COMMA, SEMI"/>
<property name="tokens"
value="COMMA, SEMI, LITERAL_IF, LITERAL_ELSE, LITERAL_WHILE, LITERAL_DO, LITERAL_FOR, DO_WHILE"/>
</module>

<module name="NoWhitespaceAfter">
<property name="tokens" value="DOT"/>
<property name="allowLineBreaks" value="false"/>
</module>

<module name="WhitespaceAround">
Expand Down

0 comments on commit 368d93d

Please sign in to comment.