From 20fdc6ba7ac64224c23c8c26357d6218e6080d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 10 Jul 2024 09:51:54 +0200 Subject: [PATCH] MOBILE-4616 lint: Fix json indent to 4 spaces --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6c0301949..92881f4cf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true trim_trailing_whitespace = true [*.json] -indent_size = 2 +indent_size = 4 [*.ts] quote_type = single