From c8b55e92b75f8ce86b0af3d415f585d836b70fde Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Wed, 1 May 2024 14:40:45 +0000 Subject: [PATCH] style: :lipstick: change json to 2 spaces Signed-off-by: GitHub --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9fae8c8f1..a3d044d8c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,7 +28,7 @@ end_of_line = lf [*.{json,jsonc,webmanifest}] indent_style = space -indent_size = 4 +indent_size = 2 end_of_line = lf [*.md]