Update .gitconfig
Update .gitconfig-work Update Library/Application Support/Code/User/settings.json
This commit is contained in:
parent
d80d100b9a
commit
2450c66aca
|
@ -9,3 +9,9 @@
|
||||||
[includeIf "gitdir:/Users/beisel/.local/share/chezmoi/"]
|
[includeIf "gitdir:/Users/beisel/.local/share/chezmoi/"]
|
||||||
path = .gitconfig-private
|
path = .gitconfig-private
|
||||||
|
|
||||||
|
# Fallthrough
|
||||||
|
[user]
|
||||||
|
email = florian.beisel@intersport.de
|
||||||
|
name = Florian Beisel
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
[user]
|
[user]
|
||||||
email = florian.beisel@intersport.de
|
email = florian.beisel@intersport.de
|
||||||
name = Florian Beisel
|
name = Florian Beisel
|
||||||
|
signingkey = ~/.ssh/id_ed25519-work.pub
|
||||||
|
|
|
@ -60,5 +60,8 @@
|
||||||
"typescript.inlayHints.enumMemberValues.enabled": true,
|
"typescript.inlayHints.enumMemberValues.enabled": true,
|
||||||
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
|
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
|
||||||
"typescript.inlayHints.parameterNames.enabled": "literals",
|
"typescript.inlayHints.parameterNames.enabled": "literals",
|
||||||
"go.inlayHints.parameterNames": true
|
"go.inlayHints.parameterNames": true,
|
||||||
|
"[yaml]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue