diff options
| -rw-r--r-- | git/.gitconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/git/.gitconfig b/git/.gitconfig index eaf548a..88ada2c 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -19,7 +19,7 @@  	whitespace = blank-at-eol,blank-at-eof,space-before-tab,tab-indent  	pager = less -x1,5  [apply] -	whitespace = error +	#whitespace = error  [mergetool]  	keepBackup = false  [difftool] | 
