diff --git a/.editorconfig b/.editorconfig index 4935540..af278fc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ indent_size = 2 [*.js] indent_size = 2 + +[*.{yml,yaml}] +indent_style = space +indent_size = 2