diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.editorconfig b/.editorconfig index d241554..97d37ab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,12 +1,9 @@ root = true -[*.ts] -end_of_line = lf -insert_final_newline = true -indent_style = space -indent_size = 4 +[*] +charset = utf-8 -[*.html] +[*.{ts, html, ejs}] end_of_line = lf insert_final_newline = true indent_style = space |