From e7b21fa658c5320974e1099127cc760716c05378 Mon Sep 17 00:00:00 2001 From: mightypanders Date: Sat, 24 Jun 2023 20:58:41 +0200 Subject: [PATCH] apply editorconfig to ts files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9f8fa04..8a7af7d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,3 +2,6 @@ root = true [*] indent_size = 2 indent_style = space +[*.ts] +indent_size = 2 +indent_style = space