diff --git a/.editorconfig b/.editorconfig index 009597410..660f6432c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,5 +17,8 @@ trim_trailing_whitespace = false [*.json] indent_size = 4 +[{package.json,package-lock.json}] +indent_size = 2 + [COMMIT_EDITMSG] max_line_length = 0