From f45126f3714cbb9e0be60bfada844846bf3c319d Mon Sep 17 00:00:00 2001 From: William Oldham Date: Mon, 30 Dec 2024 18:05:28 +0000 Subject: [PATCH] Add .editorconfig JSON exception --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 563a36b6..df7c54d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,12 @@ [*] indent_style = tab -indent_size = 2 +indent_size = 4 end_of_line = lf insert_final_newline = false +[*.json] +indent_size = 2 + [*.yml] indent_style = space indent_size = 2 \ No newline at end of file