27 lines
458 B
INI
27 lines
458 B
INI
[core]
|
|
pager = delta
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
navigate = true # use n and N to move between diff sections
|
|
side-by-side = true
|
|
hyperlinks = true
|
|
hyperlinks-file-link-format = "vscode://file/{path}"
|
|
|
|
[merge]
|
|
conflictstyle = diff3
|
|
|
|
[diff]
|
|
colorMoved = default
|
|
[user]
|
|
email = quentinduchemin@tuta.io
|
|
name = Lilou
|
|
[push]
|
|
autoSetupRemote = true
|
|
[pull]
|
|
rebase = true
|
|
[init]
|
|
defaultBranch = main
|