diff --git a/.editorconfig b/.editorconfig index d96a5dd5f..13791d24e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ insert_final_newline = true [*.json] indent_style = space + +[*.yml] +indent_style = space