From c23777e397f7fdfad04c746176d57a8db2ab7fa6 Mon Sep 17 00:00:00 2001 From: Magix <27646710+KingRainbow44@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:03:33 -0500 Subject: [PATCH] (misc) Do not specify a specific line ending --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index dcb1ff3..f0a1794 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,6 @@ root = true [*] charset = utf-8 -end_of_line = lf indent_size = 4 indent_style = space insert_final_newline = true