Minor gitconfig tweaks + normalizing whitespace (tabs)
This commit is contained in:
parent
707ec42796
commit
3bd64cb384
10
gitconfig
10
gitconfig
@ -1,10 +1,14 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Dan Buch
|
name = Dan Buch
|
||||||
email = daniel.buch@gmail.com
|
email = dan@meatballhat.com
|
||||||
|
|
||||||
|
[github]
|
||||||
|
user = meatballhat
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.git-global-ignores
|
excludesfile = ~/.git-global-ignores
|
||||||
autocrlf = false
|
autocrlf = false
|
||||||
|
pager = less -FRX
|
||||||
|
|
||||||
[daemon]
|
[daemon]
|
||||||
uploadpack = true
|
uploadpack = true
|
||||||
@ -12,7 +16,7 @@
|
|||||||
receivepack = true
|
receivepack = true
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = tracking
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
@ -77,4 +81,4 @@
|
|||||||
[clean]
|
[clean]
|
||||||
requireForce = false
|
requireForce = false
|
||||||
|
|
||||||
# vim:filetype=cfg
|
# vim: set filetype=cfg noexpandtab:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user