From c1ec9a62f43171645181771ef7c94411c6c44f54 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