trim trailing

This commit is contained in:
Frédéric FRANCE 2018-07-26 17:33:36 +02:00
parent a0a5d33641
commit 39f5641fed
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -171,7 +171,12 @@
<!-- Disabled as this does not support tab -->
<!-- <rule ref="Generic.WhiteSpace.ScopeIndent" /> -->
<!-- There MUST NOT be trailing whitespace at the end of non-blank lines. -->
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
<properties>
<property name="ignoreBlankLines" value="true"/>
</properties>
</rule>
<!-- Rules from PEAR Standard -->