@@ -, +, @@ --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) --- a/.editorconfig +++ a/.editorconfig @@ -13,3 +13,7 @@ charset = utf-8 [*.json] indent_size = 2 + +[*.yaml] +indent_size = 2 +quote_type = single --