peinjector/package/git/Git/etc/gitconfig

27 lines
557 B
Plaintext

[core]
symlinks = false
autocrlf = true
[color]
interactive = true
ui = auto
[pack]
packSizeLimit = 2g
[help]
format = html
[diff "astextplain"]
textconv = astextplain
[rebase]
autosquash = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = manager
[include]
; include Git for Windows' system config in order
; to inherit settings like `core.autocrlf`
path = X:/Program Files (x86)/Git/etc/gitconfig
path = X:/Program Files/Git/etc/gitconfig