From 4227450ca058f5fdcb62744855027494da5d969f Mon Sep 17 00:00:00 2001 From: Abdullah bin Kasim Date: Wed, 23 Aug 2023 16:42:29 +0800 Subject: [PATCH] Fix editorconfig syntax, and use tab_width = 2 for certain json files to reflect their current states --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 111cbb1..bc2ea87 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,5 +7,8 @@ indent_style = tab insert_final_newline = true trim_trailing_whitespace = true -[*.json,*.yaml,*.yml] +[{*.json,*.yaml,*.yml}] indent_style = space + +[{package.json,tsconfig.json,tsconfig.*.json}] +tab_width = 2