41 lines
459 B
Plaintext
41 lines
459 B
Plaintext
[user]
|
|
name = Leonora Tindall
|
|
email = nora@nora.codes
|
|
username = noracodes
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[color]
|
|
ui = "auto"
|
|
|
|
[core]
|
|
autocrlf = "input"
|
|
excludesfile = "~/.gitignore"
|
|
pager = "delta"
|
|
|
|
[delta]
|
|
light = false
|
|
navigate = true
|
|
|
|
[diff]
|
|
colorMoved = "default"
|
|
|
|
[fetch]
|
|
prune = true
|
|
|
|
[interactive]
|
|
diffFilter = "delta --color-only"
|
|
|
|
[merge]
|
|
conflictstyle = "diff3"
|
|
ff = "only"
|
|
|
|
[push]
|
|
default = "current"
|
|
|
|
[rebase]
|
|
autosquash = true
|
|
|
|
|