From 5be6c2dbd5129190dae0ac02920742a91d96aa5b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 8 Sep 2024 21:20:04 +0200 Subject: [PATCH] Add phpcs.xml https://github.com/simplepie/simplepie/pull/879 --- .editorconfig | 3 +++ phpcs.xml | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 phpcs.xml diff --git a/.editorconfig b/.editorconfig index a760cdf84..7694fb7f7 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 000000000..f77624289 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,19 @@ + + + + ./.git/ + ./compatibility_test/ + ./vendor/ + + + + + + + + + + + + +