Skip to content

Commit

Permalink
Temporarily configure Squiz.WhiteSpace.FunctionSpacing
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar committed Sep 30, 2024
1 parent faa664c commit 744dd38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,11 @@
<rule ref="WordPress.WP.GlobalVariablesOverride">
<exclude-pattern>tests/</exclude-pattern>
</rule>

<rule ref="Squiz.WhiteSpace.FunctionSpacing">
<properties>
<property name="spacingBeforeFirst" value="0"/>
<property name="spacingAfterLast" value="0"/>
</properties>
</rule>
</ruleset>

0 comments on commit 744dd38

Please sign in to comment.