From eb0cd4bc8a14dfb47d9876edb6a8cd4b03da6438 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Wed, 27 Oct 2021 09:24:04 -0400 Subject: [PATCH 1/2] Activate editorconfig trim_trailing_whitespace --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3994f81184..9bb5830c36 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,8 @@ [*] 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 [*.{js,py}] From 60936dc9287004f598a4bccc6910e4765d43793d Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Wed, 27 Oct 2021 10:59:19 -0400 Subject: [PATCH 2/2] Strip trailing whitespace --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9bb5830c36..0b4955c9d1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ 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 [*.{js,py}]