dotfiles/dot_gitconfig
2026-03-28 13:26:39 +03:00

30 lines
647 B
Plaintext

[user]
name = Anton Volnuhin
email = anton@volnuhin.com
[core]
autocrlf = input
safecrlf = warn
editor = nvim
[color]
ui = true
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[credential "https://gitea.setia.cloud"]
provider = generic
[http]
postBuffer = 157286400
version = HTTP/1.1
[pack]
window = 1
[credential "https://dev.azure.com"]
useHttpPath = true
[credential "https://github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential