From aa80ad7fe9bae41d6b0fcaa716f5f704a4f173d6 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 23 Nov 2016 20:24:08 -0500 Subject: [PATCH] fixed whitespace behaviour of Git --- home/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.gitconfig b/home/.gitconfig index cb08bca..56da60a 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -5,6 +5,9 @@ [github] username = stv0g +[apply] + whitespace = nowarn + [shell] username = stv0g @@ -29,6 +32,7 @@ excludesfile = ~/.gitignore # Set attributes on files. Used for general diff improvements. attributesfile = ~/.gitattributes + autocrlf = input [help] # Open Git help pages in the browser as HTML.