20 lines
390 B
INI
20 lines
390 B
INI
[user]
|
|
name = Adam Cooper
|
|
email = adam@theadamcooper.com
|
|
|
|
[core]
|
|
pager = delta
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
features = side-by-side line-numbers decorations
|
|
whitespace-error-style = 22 reverse
|
|
|
|
[delta "decorations"]
|
|
commit-decoration-style = bold yellow box ul
|
|
file-style = bold yellow ul
|
|
file-decoration-style = none
|
|
[init]
|
|
defaultBranch = main
|