Skip to content

Commit 225fe99

Browse files
committed
feat: improve whitespace and indents
1 parent e5ccbca commit 225fe99

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Markup/ruleset.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@
4242
<type>error</type>
4343
</rule>
4444

45+
<rule ref="PEAR.ControlStructures.MultiLineCondition"/>
46+
<rule ref="Generic.Arrays.ArrayIndent"/>
47+
<rule ref="Squiz.WhiteSpace.FunctionSpacing">
48+
<properties>
49+
<property name="spacing" value="1" />
50+
<property name="spacingBeforeFirst" value="0" />
51+
<property name="spacingAfterLast" value="0" />
52+
</properties>
53+
</rule>
54+
4555
<!-- Remove unused use statements -->
4656
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Namespaces/UnusedUsesSniff.php">
4757
<properties>

0 commit comments

Comments
 (0)