From 26df72ea558b82997137949e735b3b742f25d042 Mon Sep 17 00:00:00 2001 From: CWX Date: Wed, 23 Apr 2025 10:17:07 +0100 Subject: [PATCH] allow formatting of json, 2 space --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2de5aef7..8247b27b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,10 @@ indent_size = 4 trim_trailing_whitespace = true [*.json] -ij_formatter_enabled = false +ij_formatter_enabled = true +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true # C# files [*.cs]