diff --git a/.editorconfig b/.editorconfig index f44e7c16..a45bfa8c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ insert_final_newline = true indent_style = space indent_size = 4 trim_trailing_whitespace = true + +[{package.json,*.yml}] +indent_size = 2