Skip to content

Commit fc306e2

Browse files
committed
set tab stops for less
1 parent e455a1d commit fc306e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ git diff --color | diff-highlight | diff-so-fancy
2020

2121
Add to .gitconfig so all `git diff` uses it.
2222
```shell
23-
git config --global core.pager "diff-highlight | diff-so-fancy | less -r"
23+
git config --global core.pager "diff-highlight | diff-so-fancy | less --tabs=1,5 -R"
2424
```
2525

2626
## Install

0 commit comments

Comments
 (0)