update .editorconfig

This commit is contained in:
fyears 2022-03-29 00:32:08 +08:00
parent 1013daa9fd
commit 714ea43613
1 changed files with 1 additions and 1 deletions

View File

@ -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