Skip to content

Commit

Permalink
fix: JumpStatementsSpacing option
Browse files Browse the repository at this point in the history
  • Loading branch information
blue32a committed Jan 1, 2024
1 parent 09c8ed7 commit b108c55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Blue32a/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@
<property name="linesCountBeforeWhenFirstInCaseOrDefault" value="0"/>
<property name="linesCountAfterWhenLastInCaseOrDefault" value="1"/>
<property name="linesCountAfterWhenLastInLastCaseOrDefault" value="0"/>
<property name="tokensToCheck" type="array">
<element value="T_RETURN" />
<element value="T_THROW" />
<element value="T_YIELD" />
<element value="T_YIELD_FROM" />
<property name="jumpStatements" type="array">
<element value="return" />
<element value="throw" />
<element value="yield" />
<element value="yield_from" />
</property>
</properties>
</rule>
Expand Down

0 comments on commit b108c55

Please sign in to comment.