Pattern: Malformed style indentation
Issue: -
Checks the indentation of CSS class definitions.
By default, this rule ensures that style statements are indented using 4 spaces, but you can change the size of the indent by setting the indent
property.
<rule ref="Squiz.CSS.Indentation">
<properties>
<property name="indent" value="2" />
</properties>
</rule>