From e2a143d38de9c3235638057012a6607c4550fbb1 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Fri, 4 Oct 2024 09:56:18 -0700 Subject: [PATCH 1/2] CLI-1413: Set PHP compatibility level --- .editorconfig | 3 +++ phpcs.xml.dist | 6 +++++- 2 files changed, 8 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..08a586126 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -24,8 +24,12 @@ + + + + + - From 57b3086165fc601427c00311f64c11421d9c5835 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Fri, 4 Oct 2024 09:58:30 -0700 Subject: [PATCH 2/2] fix spacing --- phpcs.xml.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 08a586126..382167d91 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -30,7 +30,8 @@ - + +