From 82087d7f3c725ef954d0e45a94bc46fc2dd63c76 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 12 Feb 2017 12:57:47 +0000 Subject: Don't trim whitespace in patches, it breaks them --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 4700b09..0dc0e75 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,3 +24,5 @@ indent_size = 4 [Makefile] indent_style = tab +[*.patch] +trim_trailing_whitespace = false -- cgit v1.2.1