Try to introduce rules on tab

This commit is contained in:
Laurent Destailleur 2019-05-23 13:12:04 +02:00
parent 43e098caae
commit 5f639f611a

View File

@ -169,6 +169,13 @@
<!-- Check indent are done with spaces and with correct number -->
<!-- Disabled as this does not support tab -->
<!-- <rule ref="Generic.WhiteSpace.ScopeIndent" /> -->
<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" />