From f2f952b4fbb7d6373a46d3c5502aa05af708cb82 Mon Sep 17 00:00:00 2001 From: Yuri Rage Date: Sun, 8 Sep 2024 14:43:19 -0500 Subject: [PATCH] editorconfig: dot file fix --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index bb0828b7a3..c4c775bc23 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,5 +13,6 @@ indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 -trim_trailing_whitespace = false # These are the correct rules for coding standards, but fixing up old files causes git spam +# These are the correct rules for coding standards, but fixing up old files causes git spam +trim_trailing_whitespace = false insert_final_newline = false