diff --git a/.editorconfig b/.editorconfig index 17a2007..90c1e58 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ indent_style = space [*.json] indent_size = 2 indent_style = space + +[*.{yml,yaml}] +indent_size = 2 +indent_style = space