Skip to content

Commit

Permalink
feat: disallow multiple empty lines inside class members for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzeng-circle committed Sep 9, 2024
1 parent 0113525 commit 371ea3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkstyle-circle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<module name="ModifierOrder"/>
<module name="EmptyLineSeparator">
<property name="allowNoEmptyLineBetweenFields" value="true"/>
<property name="allowMultipleEmptyLinesInsideClassMembers" value="false"/>
</module>
<module name="SeparatorWrap">
<property name="id" value="SeparatorWrapDot"/>
Expand Down

0 comments on commit 371ea3e

Please sign in to comment.