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 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 type = cat-file -t
dump = cat-file -p dump = cat-file -p
d = difftool d = difftool
[push] [push]
default = matching default = matching
[core] [core]
excludesfile = /home/stonewareslord/.gitignore_global excludesfile = /home/stonewareslord/.gitignore_global
[diff] [diff]
tool = vimdiff tool = vimdiff
[difftool] [difftool]
prompt = false prompt = false
[merge] [merge]
tool = diffconflicts tool = diffconflicts
[mergetool "diffconflicts"] [mergetool "diffconflicts"]