mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-14 18:29:37 +00:00
17 lines
320 B
JSON
17 lines
320 B
JSON
|
{
|
||
|
"git.alwaysSignOff": true,
|
||
|
"gitlens.remotes": [
|
||
|
{
|
||
|
"domain": "mau.dev",
|
||
|
"type": "GitLab"
|
||
|
},
|
||
|
{
|
||
|
"domain": "tildegit.com",
|
||
|
"type": "Gitea"
|
||
|
},
|
||
|
{
|
||
|
"domain": "git.vern.cc",
|
||
|
"type": "Gitea"
|
||
|
}
|
||
|
]
|
||
|
}
|