mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
14 lines
416 B
XML
14 lines
416 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="CustomRuleset">
|
|
<description>This standard changes the line length</description>
|
|
|
|
<!-- Insert all sniff from PSR2 standard -->
|
|
<rule ref="PSR2"/>
|
|
|
|
<rule ref="Generic.Files.LineLength">
|
|
<properties>
|
|
<property name="lineLimit" value="120"/>
|
|
<property name="absoluteLineLimit" value="0"/>
|
|
</properties>
|
|
</rule>
|
|
</ruleset> |