Skip to content

Commit 10b5a19

Browse files
committed
Add correct indentation
1 parent cfba1ef commit 10b5a19

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Infinum/ruleset.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
</rule>
5656
<rule ref="Generic.WhiteSpace.DisallowTabIndent" />
5757

58+
<rule ref="PEAR.Functions.FunctionCallSignature">
59+
<properties>
60+
<property name="indent" value="2"/>
61+
</properties>
62+
</rule>
63+
5864
<!-- Set minimum supported version for deprecated functions -->
5965
<rule ref="WordPress.WP.DeprecatedFunctions">
6066
<properties>

0 commit comments

Comments
 (0)