From ac922947408aae862c586dbf530c5eaac5990a15 Mon Sep 17 00:00:00 2001 From: oli Date: Sat, 20 Dec 2025 21:23:04 +0100 Subject: [PATCH] end_of_line is now lf --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5ae693e..f95acda 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ root = true # Global defaults [*] charset = utf-8 -end_of_line = crlf +end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = space