From ff3afff43d70be535adedabb8bf5bccf8aef4cee Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 20 Oct 2018 13:19:19 +0200 Subject: [PATCH] Show whitespace changes in diffs --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 571fbde..0a82df2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -33,13 +33,15 @@ # list aliases la = "!git config -l | grep alias | cut -c 7-" - [push] default = simple [core] editor = vim +[diff] + wsErrorHighlight = all + [url "git@github.com:"] insteadOf = "gh:" pushInsteadOf = "github:"