From 94c0a9ce814559808278449d1b442f415205f5f7 Mon Sep 17 00:00:00 2001 From: Jiri Zbytovsky Date: Tue, 11 Feb 2025 12:41:06 +0100 Subject: [PATCH] chore: specify correct tab width for *.json --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0f81952c2e7..13aec4a7a7e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,3 +20,7 @@ trim_trailing_whitespace = unset # Use indentation of 2 spaces for all yaml files. [*.{yaml,yml}] indent_size = 2 + +# Use indentation of 4 spaces for all json files. +[*.json] +indent_size = 4