editorconfig: indent yaml with two spaces
This commit is contained in:
parent
fabc9c1c0f
commit
7ca9d331e4
@ -7,6 +7,10 @@ insert_final_newline = true
|
||||
indent_style = tab
|
||||
charset = utf-8
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
Loading…
Reference in New Issue
Block a user