diff --git a/.editorconfig b/.editorconfig index 7199a70f..342d2e57 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,6 @@ trim_trailing_whitespace = false [Makefile] indent_style = tab + +[*.ts] +indent_style = tab