diff --git a/.editorConfig b/.editorConfig index 7d0f474..66330d1 100644 --- a/.editorConfig +++ b/.editorConfig @@ -5,8 +5,8 @@ insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -[{*.css,*.scss}] +[{*.css,*.scss,*.less,*.variables,*.overrides}] indent_size = 4 -[{*.js,*.json}] -indent_size = 2 \ No newline at end of file +[{*.js,*.json,*.jsx,*.ts,*.tsx}] +indent_size = 2