From fb56a6a54d47a62fe850be92e9243bdf5aac75e1 Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Mon, 2 Feb 2026 16:21:45 +0100 Subject: [PATCH] editorconfig: set YAML indent_size to 2 This matches what we're already using, except for a few inconsistencies. Part of #12408 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 74eaa86b6..107794e98 100644 --- a/.editorconfig +++ b/.editorconfig @@ -29,3 +29,6 @@ max_line_length = unset [{COMMIT_EDITMSG,git-revise-todo,*.jjdescription}] max_line_length = 72 + +[*.yml] +indent_size = 2