restablish original rules

This commit is contained in:
Frédéric FRANCE 2019-10-20 01:13:45 +02:00
parent 360bf55f5b
commit 4d7a18e1e0
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -185,15 +185,16 @@
<!-- Check indent are done with spaces and with correct number -->
<!-- Disabled as this does not support tab -->
<!-- <rule ref="Generic.WhiteSpace.ScopeIndent.Incorrect" /> -->
<!-- <rule ref="Generic.WhiteSpace.ScopeIndent" /> -->
<!-- <arg name="tab-width" value="4"/> -->
<!-- TODO Enable this
<arg name="tab-width" value="4"/>
<rule ref="Generic.WhiteSpace.ScopeIndent">
<properties>
<property name="indent" value="4"/>
<property name="tabIndent" value="true"/>
</properties>
</rule>
-->
<rule ref="Squiz.WhiteSpace.ScopeClosingBrace.Indent" />