diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-03 13:13:31 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-03 13:13:31 +0100 |
commit | ce6f653c5386c2c31e4b574ff91d5f01fcc9f2d0 (patch) | |
tree | 83586147c459f39537e774e040463b5cabca66f7 | |
parent | db52c1028abfeece1b23ff636a469ddf8c328d8b (diff) | |
download | dotfiles-ce6f653c5386c2c31e4b574ff91d5f01fcc9f2d0.tar.gz dotfiles-ce6f653c5386c2c31e4b574ff91d5f01fcc9f2d0.tar.bz2 dotfiles-ce6f653c5386c2c31e4b574ff91d5f01fcc9f2d0.zip |
gitconfig: Enable whitespace strip
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,3 +19,6 @@ [push] default = simple + +[apply] + whitespace = strip |