editorconfig: use 2-space indentation for YAML.
This commit is contained in:
parent
8c83227d15
commit
d9b9c49159
|
@ -7,3 +7,6 @@ indent_size = 4
|
|||
max_line_length = 100
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.yaml]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue