From 074a395bdafcffe813ec71349daf9d4b4c302ec5 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 13 Dec 2016 01:19:38 +0100 Subject: [PATCH] Add trim_trailing_whitespace to .editorconfig [ciskip] --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 4a1e0bea680..1c2922925f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,4 @@ root = true charset = utf-8 indent_style = space insert_final_newline = true +trim_trailing_whitespace = true