diff --git a/.editorconfig b/.editorconfig
index 23219591830834fcac3e4a47c1c1b95f499ab7a3..3581b1685eae049dfa95bd38550c7bca3a028bf4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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