From c897db868ee3d63675837c6ec0c79d6ca8f20573 Mon Sep 17 00:00:00 2001 From: pallam Date: Thu, 3 Feb 2022 22:31:53 +0300 Subject: [PATCH] fix(.editorconfig): added formatter for .json files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1492202b..cb88324b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,7 @@ trim_trailing_whitespace = false [*.yml] indent_style = space indent_size = 2 + +[*.json] +indent_style = space +indent_size = 2