From 90c825b32b108a93fa6f347a2ca9b7aa60e179ed Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Fri, 3 May 2024 16:33:00 -0500 Subject: [PATCH] JSON files should be 4 spaces --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c534df010bc..3af57a4ec8d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ indent_size = unset tab_width = 4 max_line_length = 99 -[{**.yml,**.yaml,**.jinja,**.var,**.profile}] +[{**.yml,**.yaml,**.jinja,**.var,**.profile,**.json}] indent_style = space indent_size = 4