diff --git a/.editorconfig b/.editorconfig index a760cdf8..7694fb7f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,3 +26,6 @@ indent_style = space [*.{yaml,yml}] indent_size = 2 indent_style = space + +[*.xml] +indent_style = tab diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 00000000..f7762428 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,19 @@ + + + + ./.git/ + ./compatibility_test/ + ./vendor/ + + + + + + + + + + + + +