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