From 980a1bcac69b8a37d0546da2759f1825312ce87b Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Wed, 27 Oct 2021 09:22:38 -0400 Subject: [PATCH] Activate editorconfig trim_trailing_whitespace --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index c9e9a14ee1..3c4cdc574f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,7 @@ root = true [*] end_of_line = lf insert_final_newline = true +trim_trailing_whitespace = true # Matches multiple files with brace expansion notation # Set default charset and tab width