dotfiles/gitconfig
Josh Sherman 1e5300ba5a
Fixed mix of tabs and spaces
For shame, Sherman. For shame.
2020-01-20 10:38:40 -06:00

45 lines
596 B
Text

[user]
name = Josh Sherman
email = joshsherman@gmail.com
[github]
user = joshtronic
[credential]
helper = cache --timeout=86400
[color]
branch = auto
diff = auto
status = auto
[core]
editor = vim
[diff]
compactionHeuristic = true
rename = copy
check = true
[pager]
color = true
[push]
default = simple
[pull]
rebase = true
[commit]
gpgsign = true
template = ~/.dotfiles/gitmessage
verbose = true
[help]
autocorrect = 1
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true