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