From 4c8f0eb7ba17e00a528cc307f6b4f1429b2219fa Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Thu, 2 Nov 2023 12:45:38 -0400 Subject: [PATCH] fix: editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f80f4dd7..ab020176 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ indent_style = tab indent_style = space indent_size = 4 -[*.js] +[*.{js,ts}] indent_style = space indent_size = 2