editorconfig: indent yaml with two spaces

This commit is contained in:
Martin Weinelt 2020-08-16 13:20:24 +02:00
parent fabc9c1c0f
commit 7ca9d331e4
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E
1 changed files with 4 additions and 0 deletions

View File

@ -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