From 6c946d4adcd020d5edd41aef8b9bb5a5225afb7f Mon Sep 17 00:00:00 2001 From: Pasqualino 'Titto' Assini Date: Thu, 8 Oct 2020 17:58:12 +0200 Subject: [PATCH] Update .editorconfig with trim_trailing_whitespace Co-authored-by: Javier Neira --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 1dd89173e..4b1763b4d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,7 @@ indent_style = tab [*] end_of_line = LF +trim_trailing_whitespace = true [*.{hs,lhs}] indent_style = space