From cfe81050f56550df864da83e6589377f93b127a4 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 9 May 2023 17:26:35 +0200 Subject: [PATCH] chore: Fine-tune editorconfig for build/psalm-baseline.xml Signed-off-by: Christoph Wurst --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 51117a6e796..4fab3f6e243 100644 --- a/.editorconfig +++ b/.editorconfig @@ -23,3 +23,7 @@ trim_trailing_whitespace = false [*.svg] insert_final_newline = false + +[build/psalm-baseline.xml] +indent_size = 2 +indent_style = space