diff --git a/.editorconfig b/.editorconfig index 4345d683d..3be739aa8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -270,7 +270,7 @@ dotnet_diagnostic.CA5397.severity = suggestion dotnet_diagnostic.SYSLIB0006.severity = none -[*.{js,html,js,hbs,less,css}] +[*.{js,html,hbs,less,css,ts,tsx}] charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true