From 34cd5b5b6073061353937dce87ce67fd91e9e344 Mon Sep 17 00:00:00 2001 From: Tixie Date: Wed, 1 Mar 2023 20:39:52 +0100 Subject: [PATCH] Complete editorconfig for JSON --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index a6009e8..a44750f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,7 @@ trim_trailing_whitespace = false [*.{yml,yaml}] indent_style = space indent_size = 2 + +[*.json] +indent_style = space +indent_size = 2