Skip to content

Commit 3003edc

Browse files
committed
Do not allow multiple empty lines
1 parent 2fd83b2 commit 3003edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google_checks.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<module name="ModifierOrder"/>
7979
<module name="EmptyLineSeparator">
8080
<property name="allowNoEmptyLineBetweenFields" value="true"/>
81+
<property name="allowMultipleEmptyLines" value="false"/>
8182
</module>
8283
<module name="SeparatorWrap">
8384
<property name="tokens" value="DOT"/>

0 commit comments

Comments
 (0)