From c5878c6674b612e7f6bef196e2bf594c0e87e0ec Mon Sep 17 00:00:00 2001 From: hasecilu Date: Fri, 27 Dec 2024 16:30:18 -0600 Subject: [PATCH] chore(code): add config for json files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5a2fd6cb9..e272301e8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ indent_size = 4 indent_style = space insert_final_newline = true trim_trailing_whitespace = true + +[*.json] +indent_size = 2