We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ded487 commit fdfab7aCopy full SHA for fdfab7a
1 file changed
phpcs.xml.dist
@@ -0,0 +1,25 @@
1
+<?xml version="1.0"?>
2
+<ruleset name="Expressive Skeleton coding standard">
3
+ <description>Expressive Skeleton coding standard</description>
4
+
5
+ <!-- display progress -->
6
+ <arg value="p"/>
7
+ <arg name="colors"/>
8
9
+ <!-- inherit rules from: -->
10
+ <rule ref="PSR2"/>
11
+ <rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
12
+ <rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
13
+ <properties>
14
+ <property name="ignoreBlankLines" value="false"/>
15
+ </properties>
16
+ </rule>
17
+ <rule ref="Generic.Files.LineEndings">
18
19
+ <property name="eolChar" value="\r\n"/>
20
21
22
23
+ <!-- Paths to check -->
24
+ <file>src</file>
25
+</ruleset>
0 commit comments