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