From baa4f6a508c65113e4cbb66b6e2af824f4295611 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 23 Oct 2024 18:12:55 +0200 Subject: [PATCH] editorconfig: indent JSON with 2 spaces --- home/editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/editorconfig b/home/editorconfig index 024ed80..10f9d6b 100644 --- a/home/editorconfig +++ b/home/editorconfig @@ -3,6 +3,9 @@ root = true [*] insert_final_newline = true +[*.json] +indent_size = 2 + [*.cs] # Prefer expression body for methods when they will be a single line, but never