From e01261da5c884290a06f6322ec1bebd008d12d5e Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 17 May 2025 11:47:00 -0500 Subject: [PATCH] Remove line ending from editorconfig Done to fix some issues with some devs on linux --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2228be96c..2fe3a7c19 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,6 @@ [*] charset = utf-8 -end_of_line = crlf indent_size = 4 indent_style = space insert_final_newline = false