Minor gitconfig tweaks + normalizing whitespace (tabs)

main
Dan Buch 11 years ago
parent 707ec42796
commit 3bd64cb384

@ -1,10 +1,14 @@
[user]
name = Dan Buch
email = daniel.buch@gmail.com
email = dan@meatballhat.com
[github]
user = meatballhat
[core]
excludesfile = ~/.git-global-ignores
autocrlf = false
pager = less -FRX
[daemon]
uploadpack = true
@ -12,7 +16,7 @@
receivepack = true
[push]
default = simple
default = tracking
[color]
ui = auto
@ -77,4 +81,4 @@
[clean]
requireForce = false
# vim:filetype=cfg
# vim: set filetype=cfg noexpandtab:

Loading…
Cancel
Save