From 1cf4e2c3275210bc893185a84e8777ca358a808c Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Mon, 4 Nov 2024 15:09:51 -0500 Subject: [PATCH] Remove trim_trailing_whitespace from editorconfig --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 07552cfff88b..48d2b3d27e85 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,11 +8,9 @@ indent_size = 2 indent_style = space insert_final_newline = true max_line_length = 80 -trim_trailing_whitespace = true [*.md] max_line_length = 0 -trim_trailing_whitespace = false [COMMIT_EDITMSG] max_line_length = 0