Git | Diff Tab Width
Context
Question
How to set tabwidth to 4 in git show or git diff?
Answer
$ `git config --global core.pager 'less --tabs 4'`
What I Learned
Resources
Tags:
How to set tabwidth to 4 in git show or git diff?
$ `git config --global core.pager 'less --tabs 4'`