From d4fd96639f7eeb785be651a4e34bb9fa436f7f71 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Wed, 24 Dec 2025 04:18:31 -0800 Subject: [PATCH] Remove line ending editorconfig file This is normalized by git and ends up causing git status to show files that don't actually need to be committed after line ending normalization. --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 26230e94..ae59e935 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,6 @@ indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true -end_of_line = lf [*.{j,t}s] max_line_length = 100