From 076d58372032790e5a4c6d899d22a9b01caf0115 Mon Sep 17 00:00:00 2001 From: Mythic Date: Thu, 15 Feb 2024 09:45:41 +0200 Subject: [PATCH] Update .editorconfig Update .editorconfig to indent yml files with 2 spaces instead of 4. This was already the case for some of the workflows & hopefully this'll promote a bit more consistency in future changes. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index e291365a9..0709d7d80 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ indent_size = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true + +[{*.yml,*.yaml}] +indent_size = 2 \ No newline at end of file