mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
22 lines
445 B
Plaintext
22 lines
445 B
Plaintext
[user]
|
|
name = Protesilaos
|
|
email = info@protesilaos.com
|
|
signingkey = C3C6BC9BBE2F62C7C586EBAA99BD6459CD5CA3EA
|
|
[core]
|
|
excludesfile = ~/.config/git/ignore
|
|
attributesfile = ~/.config/git/attributes
|
|
[commit]
|
|
gpgsign = true
|
|
[merge]
|
|
conflictstyle = diff3
|
|
[pull]
|
|
rebase = false
|
|
[format]
|
|
thread = true
|
|
[diff "elisp"]
|
|
xfuncname = "^((\\(|;;;+ ).*)$"
|
|
[diff "org"]
|
|
xfuncname = "^(\\*+ +.*|#\\+title:.*)$"
|
|
[init]
|
|
defaultBranch = main
|