editorconfig: apply indent with 2 spaces for yml files

This is the default for yml files for the github workflows.
This commit is contained in:
Marc Kleine-Budde 2024-06-04 14:47:00 +02:00
parent 3e79d97353
commit ffc7fb7f4c

View File

@ -17,6 +17,10 @@ indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2
indent_style = space
[lib/**]
indent_size = 2
indent_style = space