dotfiles/home/.gitconfig

60 lines
910 B
INI
Raw Normal View History

2020-01-29 17:51:01 +00:00
[apply]
whitespace = fix
2012-07-28 17:01:15 +00:00
[core]
2015-02-01 18:02:48 +00:00
editor = vim
2020-01-29 17:51:01 +00:00
excludesfile = ~/.gitignore
attributesfile = ~/.gitattributes
whitespace = space-before-tab,-indent-with-non-tab,trailing-space
trustctime = false
precomposeunicode = false
untrackedCache = true
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold # line info
old = red # deletions
new = green # additions
[color "status"]
added = yellow
changed = green
untracked = cyan
[diff]
renames = copies
[diff "bin"]
textconv = hexdump -v -C
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
2012-07-28 17:01:15 +00:00
[help]
2015-07-08 11:51:14 +00:00
autocorrect = 1
2020-01-29 17:51:01 +00:00
[merge]
log = true
[push]
default = simple
followTags = true
[user]
name = Anton Zadvorny
email = thcheetah@gmail.com