60 lines
910 B
INI
60 lines
910 B
INI
[apply]
|
|
whitespace = fix
|
|
|
|
[core]
|
|
editor = vim
|
|
|
|
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
|
|
|
|
[help]
|
|
autocorrect = 1
|
|
|
|
[merge]
|
|
log = true
|
|
|
|
[push]
|
|
default = simple
|
|
followTags = true
|
|
|
|
[user]
|
|
name = Anton Zadvorny
|
|
email = thcheetah@gmail.com
|