mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-14 07:36:10 +01:00
17 lines
493 B
XML
17 lines
493 B
XML
<?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>
|