26 lines
372 B
INI
26 lines
372 B
INI
[user]
|
|
email = root@ivnglkv.me
|
|
name = Ivan Golikov
|
|
|
|
[push]
|
|
default = current
|
|
|
|
[credential]
|
|
helper = cache --timeout=600
|
|
|
|
[core]
|
|
editor = nvim
|
|
autocrlf = input
|
|
pager = delta
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
navigate = true # use n and N to move between diff sections
|
|
|
|
[merge]
|
|
conflictStyle = zdiff3
|