diff options
Diffstat (limited to 'phpcs.xml')
-rw-r--r-- | phpcs.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..e741e42 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<ruleset> + <rule ref="PSR1"/> + <rule ref="PSR2"/> + <file>.</file> + <arg value="np"/> + <arg name="colors"/> + <arg name="extensions" value="php,inc"/> + <arg name="encoding" value="utf8"/> + <exclude-pattern>vendor/</exclude-pattern> +</ruleset>
\ No newline at end of file |