35 lines
597 B
INI
35 lines
597 B
INI
[user]
|
|
name = Bartal Laearsson
|
|
email = bartal@flo.fo
|
|
signingkey = ~/.ssh/id_ed25519.pub
|
|
[commit]
|
|
gpgsign = true
|
|
[tag]
|
|
gpgsign = true
|
|
[gpg]
|
|
format = ssh
|
|
[gpg "ssh"]
|
|
allowedSignersFile = ~/.ssh/allowed_signers
|
|
[core]
|
|
editor = nvim
|
|
autocrlf = input
|
|
[pull]
|
|
rebase = true
|
|
[push]
|
|
autoSetupRemote = true
|
|
[init]
|
|
defaultBranch = main
|
|
[merge]
|
|
conflictstyle = diff3
|
|
[diff]
|
|
colorMoved = zebra
|
|
|
|
[credential]
|
|
helper = store
|
|
[credential "https://git.public.fl%C3%B3.fo"]
|
|
helper =
|
|
helper = !tea login helper
|
|
[credential "https://git.public.xn--fl-6ja.fo"]
|
|
helper =
|
|
helper = !tea login helper
|