From cb0e40a53ff4bf85590f1e824528ca86cd27795d Mon Sep 17 00:00:00 2001 From: th33xitus Date: Tue, 15 Mar 2022 13:36:51 +0100 Subject: [PATCH] style: indent size of 4 spaces in json (#715) --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 14de0e82..c4774fa0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,10 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{json,yml}] +[*.json] +indent_size = 4 +indent_style = space + +[*.yml] indent_size = 2 indent_style = space