From 7de30d3ae72116f82d74775e0a0f9a5f47d00bcf Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Mon, 29 Jul 2024 12:26:00 -0400 Subject: [PATCH] chore: fix indent size for package.json --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) 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