Update .gitconfig

Update .gitconfig-work
Update Library/Application Support/Code/User/settings.json
This commit is contained in:
Florian Beisel 2024-06-14 08:38:15 +02:00
parent d80d100b9a
commit 2450c66aca
3 changed files with 11 additions and 1 deletions

View File

@ -9,3 +9,9 @@
[includeIf "gitdir:/Users/beisel/.local/share/chezmoi/"]
path = .gitconfig-private
# Fallthrough
[user]
email = florian.beisel@intersport.de
name = Florian Beisel
[gpg]
format = ssh

View File

@ -1,3 +1,4 @@
[user]
email = florian.beisel@intersport.de
name = Florian Beisel
signingkey = ~/.ssh/id_ed25519-work.pub

View File

@ -60,5 +60,8 @@
"typescript.inlayHints.enumMemberValues.enabled": true,
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
"typescript.inlayHints.parameterNames.enabled": "literals",
"go.inlayHints.parameterNames": true
"go.inlayHints.parameterNames": true,
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}