From 3f355b8fd1ffbe670d756bcf976a38cbe80bb77b Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Tue, 13 May 2025 12:17:37 -0700 Subject: [PATCH] .editorconfig: json: init with 4 space indent Relevant for `version.json`. Noticed while running the 2.93.0 release. Change-Id: I9f740a3cd412c1d27a76c3feb4e05d89319de3b4 --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index bbc2a4908..d3de62484 100644 --- a/.editorconfig +++ b/.editorconfig @@ -33,3 +33,7 @@ max_line_length = 0 [meson.build] indent_style = space indent_size = 2 + +[*.json] +indent_style = space +indent_size = 4