diff --git a/.editorconfig b/.editorconfig index bf7cc56..6f8662a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ -[*.?ts] +[*] end_of_line = lf indent_style = tab insert_final_newline = true -trim_trailing_whitespace = true \ No newline at end of file +trim_trailing_whitespace = true