| Message ID | bmm.hk63g3keks.gcc.gcc-TEST.rearnsha.163.5.1@forge-stage.sourceware.org |
|---|---|
| State | Committed |
| Commit | 8b00dc7bd29bc43ef9e85d46a372647b0a826b77 |
| Headers | |
| Series | convert MAINTAINERS data to YAML. | |
Commit Message
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