php: normalize codesniffer config file

This commit is contained in:
vanyauhalin
2023-07-19 17:38:41 +04:00
parent 180f287c07
commit 1a49d8dd03
2 changed files with 13 additions and 14 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0"?>
<ruleset name="Custom Standard">
<description>A custom coding standard</description>
<rule ref="PSR2"/>
<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="120"/>
<property name="absoluteLineLimit" value="0"/>
</properties>
</rule>
</ruleset>