From db54d5deecb3ba0a388f123dad7ae85581a2c67a Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Thu, 13 Mar 2025 18:30:30 +0200 Subject: [PATCH] fix: editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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