trim trailing
This commit is contained in:
parent
a0a5d33641
commit
39f5641fed
@ -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 -->
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user