diff --git a/.editorconfig b/.editorconfig index 569457ec6a9..b0ea8b81181 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,7 @@ charset = utf-8 [*.json] indent_size = 2 + +[*.yaml] +indent_size = 2 +quote_type = single