Skip to content

Commit

Permalink
rule WordPress.WhiteSpace.ControlStructureSpacing exclude blank_line_…
Browse files Browse the repository at this point in the history
…after_check

allows wider vertical spacing coding style:

...
    if ( foo ) {
        bar();
    }

}
  • Loading branch information
lkraav committed Feb 16, 2018
1 parent b77398a commit 786da3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Conversion-Ready/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@

<rule ref="WordPress-VIP">
</rule>

<rule ref="WordPress.WhiteSpace.ControlStructureSpacing">
<properties>
<property name="blank_line_after_check" value="0" />
</properties>
</rule>
</ruleset>

0 comments on commit 786da3a

Please sign in to comment.