30 lines
509 B
INI
30 lines
509 B
INI
[user]
|
|
name = Ryan Cavicchioni
|
|
email = ryan@cavi.cc
|
|
[color]
|
|
ui = true
|
|
[push]
|
|
default = simple
|
|
[commit]
|
|
gpgsign = true
|
|
[log]
|
|
showsignature = true
|
|
[core]
|
|
pager = delta
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
navigate = true # use n and N to move between diff sections
|
|
|
|
# delta detects terminal colors automatically; set one of these to disable auto-detection
|
|
# dark = true
|
|
# light = true
|
|
|
|
[merge]
|
|
conflictstyle = diff3
|
|
|
|
[diff]
|
|
colorMoved = default
|