From e73eb0506945c0411452eefd1180e66b591b08d2 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Mon, 23 Jul 2018 11:20:13 -0400 Subject: [PATCH] Fix .editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 59d07e206..9603d4e12 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ insert_final_newline = true charset = utf-8 indent_size = 2 indent_style = space +trim_trailing_whitespace = true [**.py] indent_size = 4