.editorconfig: json: init with 4 space indent

Relevant for `version.json`. Noticed while running the 2.93.0 release.

Change-Id: I9f740a3cd412c1d27a76c3feb4e05d89319de3b4
This commit is contained in:
Rebecca Turner
2025-05-15 15:11:57 -07:00
parent 61920dd663
commit 3f355b8fd1
+4
View File
@@ -33,3 +33,7 @@ max_line_length = 0
[meson.build]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 4