summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2014-01-03 13:13:31 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2014-01-03 13:13:31 +0100
commitce6f653c5386c2c31e4b574ff91d5f01fcc9f2d0 (patch)
tree83586147c459f39537e774e040463b5cabca66f7
parentdb52c1028abfeece1b23ff636a469ddf8c328d8b (diff)
downloaddotfiles-ce6f653c5386c2c31e4b574ff91d5f01fcc9f2d0.tar.gz
dotfiles-ce6f653c5386c2c31e4b574ff91d5f01fcc9f2d0.tar.bz2
dotfiles-ce6f653c5386c2c31e4b574ff91d5f01fcc9f2d0.zip
gitconfig: Enable whitespace strip
-rw-r--r--.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 944973c..9ffc38a 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -19,3 +19,6 @@
[push]
default = simple
+
+[apply]
+ whitespace = strip