Fixed indentation on gitconfig

This commit is contained in:
Austen Adler 2014-06-16 18:58:00 -04:00
parent b76b342d48
commit b045f98e6a

View File

@ -13,15 +13,15 @@
hist = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit
type = cat-file -t
dump = cat-file -p
d = difftool
d = difftool
[push]
default = matching
default = matching
[core]
excludesfile = /home/stonewareslord/.gitignore_global
[diff]
tool = vimdiff
tool = vimdiff
[difftool]
prompt = false
prompt = false
[merge]
tool = diffconflicts
[mergetool "diffconflicts"]