From 92027d6c878eb3440827c396bb63cc397dac0759 Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 8 Nov 2024 11:13:35 +0200 Subject: [PATCH] change .editorconfig to use lf as specificed in .gitattributes --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 81303e773..3a728d56d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1 +1 @@ -end_of_line = crlf +end_of_line = lf