I would like that whenever I run git diff or git show it silently automatically appends --ignore-all-space. Is there a way to do this
git diff
git show
--ignore-all-space
Take a look at the core.whitespace configuration variable.