diff --git a/.editorconfig b/.editorconfig index eac1a8d..e942f4e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,8 @@ root = true charset = utf-8 indent_style = space indent_size = 2 + +[*.ts] insert_final_newline = true trim_trailing_whitespace = true