From fc92ad230745aa0e43b5bff525a34557500508bd Mon Sep 17 00:00:00 2001 From: Brokkonaut Date: Mon, 9 Oct 2023 09:00:31 +0200 Subject: [PATCH] remove eol setting from .editorconfig --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0360139..085fb98 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,6 @@ root = true [*] charset = utf-8 -end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true