From 755b6c4e0c093e114e53a977c922a958a2af462e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 14 May 2013 18:21:31 -0700 Subject: [PATCH] Removed autofixing of whitespace. --- .gitconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitconfig b/.gitconfig index ac9504ec..c2edc63c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -27,10 +27,6 @@ undopush = push -f origin HEAD^:master sui = submodule update --init -[apply] - # Detect whitespace errors when applying a patch - whitespace = fix - [core] # Use custom `.gitignore` and `.gitattributes` excludesfile = ~/.gitignore