Skip to content

Commit

Permalink
Temporarily configure Squiz.WhiteSpace.FunctionSpacing (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar authored Sep 30, 2024
1 parent 9f5089a commit 88899bf
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 88899bf

Please sign in to comment.