Skip to content

Commit

Permalink
check spacing before assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Nov 14, 2019
1 parent 094bf7b commit 8fc0507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Consistence/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
<rule ref="Squiz.WhiteSpace.OperatorSpacing">
<properties>
<property name="ignoreNewlines" value="true"/>
<property name="ignoreSpacingBeforeAssignments" value="false"/>
</properties>
</rule>
<rule ref="Squiz.WhiteSpace.ScopeClosingBrace"/>
Expand Down

0 comments on commit 8fc0507

Please sign in to comment.