mjml-typo3/phpcs.xml.dist

18 lines
493 B
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<ruleset name="cgl">
<description>The coding standard for this extension.</description>
<file>./Classes/</file>
<!-- Set default settings -->
<arg value="s"/>
<arg name="colors"/>
<arg name="encoding" value="utf-8" />
<arg name="extensions" value="php" />
<rule ref="PSR2">
<!-- As it does not work with new array syntax. -->
<exclude name="Squiz.Arrays.ArrayBracketSpacing.SpaceBeforeBracket" />
</rule>
</ruleset>