From 64f5180d1b9022ba8d9307a7e311d9c742faa4c1 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 21 Sep 2023 16:41:11 +0200 Subject: [PATCH] style: Fix editorconfig indent for config/*config.php *config.php is created with var_export, which indents lines with two spaces. Signed-off-by: Christoph Wurst --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 01f3b100338..90f238926b1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,3 +31,7 @@ indent_style = space [build/psalm-baseline.xml] indent_size = 2 indent_style = space + +[config/*config.php] +indent_size = 2 +indent_style = space \ No newline at end of file