From ab7b65589c97facc7f2aac46617a36b7943ceadb Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Mon, 4 Sep 2023 16:57:57 +0200 Subject: [PATCH] chore: Update format of .json files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3698539..9107066 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ trim_trailing_whitespace = true insert_final_newline = true max_line_length = 140 -[*.{yaml,yml}] +[*.{yaml,yml,json,jsonc}] indent_size = 2 [package*.json]