editorconfig: set YAML indent_size to 2

This matches what we're already using, except for a few inconsistencies.

Part of #12408
This commit is contained in:
Daniel Rainer
2026-02-02 16:21:45 +01:00
committed by Johannes Altmanninger
parent f6936f222a
commit fb56a6a54d

View File

@@ -29,3 +29,6 @@ max_line_length = unset
[{COMMIT_EDITMSG,git-revise-todo,*.jjdescription}]
max_line_length = 72
[*.yml]
indent_size = 2