Remove non-exist option.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 25 Jun 2012 17:33:53 +0300
changeset 456 dc10370dab78
parent 455 440d327c4948
child 457 ed6c0bb1a820
Remove non-exist option.
.gitconfig
--- a/.gitconfig	Sun Jun 24 20:23:42 2012 +0300
+++ b/.gitconfig	Mon Jun 25 17:33:53 2012 +0300
@@ -20,7 +20,7 @@
 w = whatchanged
 
 [core]
-whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
+whitespace=-indent-with-non-tab,trailing-space,cr-at-eol
 excludesfile = ~/.gitignore
 
 [apply]