Skip to content

Commit

Permalink
set tab stops for less
Browse files Browse the repository at this point in the history
  • Loading branch information
noscript committed Feb 9, 2016
1 parent e455a1d commit fc306e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git diff --color | diff-highlight | diff-so-fancy

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

## Install
Expand Down

0 comments on commit fc306e2

Please sign in to comment.