Change tab stop size for git diff
Customize the tab stop size in git diff by using $ git config --global core.pager "less -x5,9". man less to look at all options.
Customize the tab stop size in git diff by using $ git config --global core.pager "less -x5,9". man less to look at all options.