Consolidate the consistentSwitchCaseSpacing
and blankLineAfterSwitchCase
rules
#1918
Labels
consistentSwitchCaseSpacing
and blankLineAfterSwitchCase
rules
#1918
Replace these two rules with a single
blankLinesBetweenSwitchCases
rule, along with a configuration option--switchcasesspaced
with values ofalways
,never
andconsistent
(default) whereconsistent
matches the existingconsistentSwitchCaseSpacing
rules andalways
matches the existingblankLineAfterSwitchCase
rule.The existing rules should then be deprecated and disabled by default.
The text was updated successfully, but these errors were encountered: