editorconfig: Extend for yaml files
editorconfig: Add a sane default for YAML files.
This commit is contained in:
parent
1cbd360d17
commit
fa0f35a66c
@ -12,3 +12,11 @@ trim_trailing_whitespace = true
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
max_line_length = 119
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user