Skip to content

Commit 8fc0507

Browse files
committed
check spacing before assignments
1 parent 094bf7b commit 8fc0507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Consistence/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@
259259
<rule ref="Squiz.WhiteSpace.OperatorSpacing">
260260
<properties>
261261
<property name="ignoreNewlines" value="true"/>
262+
<property name="ignoreSpacingBeforeAssignments" value="false"/>
262263
</properties>
263264
</rule>
264265
<rule ref="Squiz.WhiteSpace.ScopeClosingBrace"/>

0 commit comments

Comments
 (0)