23 lines
384 B
Plaintext
Raw Normal View History

2022-08-10 20:32:35 -04:00
[core]
symlinks = false
autocrlf = true
2023-06-14 22:39:09 -04:00
fscache = true
2022-08-10 20:32:35 -04:00
[color]
interactive = true
2023-06-14 22:39:09 -04:00
ui = auto
2022-08-10 20:32:35 -04:00
[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
2023-06-14 22:39:09 -04:00
[credential]
helper = helper-selector