From 1639d2784f7c41df07159ad23d0efe0c910915e7 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sat, 8 Feb 2020 15:32:41 -0800 Subject: [PATCH] Add trim_trailing_whitespace to .editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index b3dfee7..0daf12d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,4 @@ end_of_line = lf insert_final_newline = true indent_style = space indent_size = 2 +trim_trailing_whitespace = true