https://gcc.gnu.org/g:8b00dc7bd29bc43ef9e85d46a372647b0a826b77
commit r17-2187-g8b00dc7bd29bc43ef9e85d46a372647b0a826b77 Author: Richard Earnshaw <[email protected]> Date: Wed Jun 24 13:57:40 2026 +0100 editorconfig: Add rules for yaml/yml files. ChangeLog: * .editorconfig (*.yaml/.yml): Add rules. Diff: --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index 13cfb75abb0c..bda3461765d1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -155,3 +155,9 @@ trim_trailing_whitespace = true indent_style = space indent_size = 2 trim_trailing_whitespace = true + +# Yaml +[*.y{,a}ml] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true
