Skip to content

Commit 88899bf

Browse files
authored
Temporarily configure Squiz.WhiteSpace.FunctionSpacing (#235)
See szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset#31
1 parent 9f5089a commit 88899bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

phpcs.xml.dist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,11 @@
5353
<rule ref="WordPress.WP.GlobalVariablesOverride">
5454
<exclude-pattern>tests/</exclude-pattern>
5555
</rule>
56+
57+
<rule ref="Squiz.WhiteSpace.FunctionSpacing">
58+
<properties>
59+
<property name="spacingBeforeFirst" value="0"/>
60+
<property name="spacingAfterLast" value="0"/>
61+
</properties>
62+
</rule>
5663
</ruleset>

0 commit comments

Comments
 (0)