From 5e491cf485443ee91adf6771c3b95c213b51adbe Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Fri, 4 Oct 2024 10:10:12 -0700 Subject: [PATCH] CLI-1413: Set PHP compatibility level (#1807) * CLI-1413: Set PHP compatibility level * fix spacing --- .editorconfig | 3 +++ phpcs.xml.dist | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 51d29a157..4dd58c7de 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ indent_size = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true + +[*.xml.dist] +indent_size = 2 diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 03df4eece..382167d91 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -24,9 +24,14 @@ + + + + + - +