Use spaces instead of tabs in gitconfig.

Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
Jacob Kiers 2014-03-07 10:45:49 +01:00
parent 73413fd74a
commit 921f2f5f4b

View File

@ -31,7 +31,7 @@
conflicts = diff --name-only --diff-filter=U conflicts = diff --name-only --diff-filter=U
commerge = commit --no-edit commerge = commit --no-edit
[push] [push]
default = simple default = current
# Any GitHub repo with my username should be checked out r/w by default # Any GitHub repo with my username should be checked out r/w by default
# http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules # http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules