Skip to content

Commit

Permalink
checkstyle: enforce RightCurly alone
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Jul 8, 2017
1 parent 77c9f40 commit ebf39b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<module name="LeftCurly">
<property name="option" value="nl"/>
</module>
<module name="RightCurly">
<property name="option" value="alone"/>
</module>
<!-- require tabs for indenting - https://stackoverflow.com/a/28550141 -->
<module name="RegexpSinglelineJava">
<property name="format" value="^\t* "/>
Expand Down

0 comments on commit ebf39b2

Please sign in to comment.