From a92154676ede384639e6c38d8f266add844da4f4 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Mon, 3 Apr 2023 18:55:47 -0600 Subject: [PATCH] Updated editor config --- .editorconfig | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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