Browse Source

Use tabs intead of spaces in gitconfig

master
Abheek Dhawan 3 years ago
parent
commit
54bcdda662
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 11
      .gitconfig

11
.gitconfig

@ -34,17 +34,16 @@
rebase = false
[core]
pager = delta
pager = delta
[interactive]
diffFilter = delta --color-only
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
navigate = true # use n and N to move between diff sections
[merge]
conflictstyle = diff3
conflictstyle = diff3
[diff]
colorMoved = default
colorMoved = default

Loading…
Cancel
Save