diff --git a/.editorconfig b/.editorconfig index eb0b0df..9f517de 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ trim_trailing_whitespace = false [*.js] indent_style = space indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 4