diff --git a/.editorconfig b/.editorconfig index a80e77e..b766376 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,22 +16,16 @@ multi_line_output = 4 quote_type = single [*.js] -indent_size = 4 - -[*.jsx] -indent_size = 4 - -[*.scss] -indent_size = 4 +indent_size = 2 [*.ts] indent_size = 4 -[*.tsx] -indent_size = 4 - [*.yml] indent_size = 4 [*.html] indent_size = 4 + +[*.css] +indent_size = 4