From a3787d1965946cf44972a707835baaf1e671d19b Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Fri, 6 Oct 2023 04:38:41 +0200 Subject: [PATCH] typo in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a10aea8..5ea85fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true [*] indent_style = tab indent_size = 4 -end_of_file = lf +end_of_line = lf charset = UTF-8 trim_trailing_whitespace = true insert_final_newline = true