editorconfig: Extend for yaml files

editorconfig:
Add a sane default for YAML files.
This commit is contained in:
David Runge
2021-10-17 01:00:38 +02:00
committed by Levente Polyak
parent 1cbd360d17
commit fa0f35a66c

View File

@ -12,3 +12,11 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4
max_line_length = 119
[*.{yml,yaml}]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2