.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:
@@ -33,3 +33,7 @@ max_line_length = 0
|
||||
[meson.build]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.json]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
Reference in New Issue
Block a user