<?xml version="1.0"?>
<ruleset name="Svea Checkout Custom standard rule set (PSR-2)">
    <description>The PSR2 standard, but exclude warnings for End of line (EOL).</description>

    <!-- Include the whole PSR-2 standard -->
    <rule ref="PSR2">
        <!-- disable end of line (EOL) error check  -->
        <exclude name="Generic.Files.LineEndings"/>
    </rule>

</ruleset>