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