From ce6f653c5386c2c31e4b574ff91d5f01fcc9f2d0 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 3 Jan 2014 13:13:31 +0100 Subject: gitconfig: Enable whitespace strip --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 944973c..9ffc38a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -19,3 +19,6 @@ [push] default = simple + +[apply] + whitespace = strip -- cgit