From 714ea4361381922d95357b9a5c4995491a2ccf92 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Tue, 29 Mar 2022 00:32:08 +0800 Subject: [PATCH] update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b14841b..07631c0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -23,6 +23,6 @@ indent_size = 4 indent_style = tab # Indentation override for all JS under lib directory -[*.{js,jsx,mjs,cjs,ts,tsx,json,py}] +[*.{js,jsx,mjs,cjs,ts,tsx,json}] indent_style = space indent_size = 2