Minor gitconfig tweaks + normalizing whitespace (tabs)
This commit is contained in:
parent
707ec42796
commit
3bd64cb384
10
gitconfig
10
gitconfig
@ -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…
x
Reference in New Issue
Block a user