mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-10 00:59:38 +00:00
54 lines
No EOL
1.5 KiB
JSON
54 lines
No EOL
1.5 KiB
JSON
{
|
|
"git.alwaysSignOff": true,
|
|
"gitlens.remotes": [
|
|
{
|
|
"domain": "mau.dev",
|
|
"type": "GitLab"
|
|
},
|
|
{
|
|
"domain": "tildegit.com",
|
|
"type": "Gitea"
|
|
},
|
|
{
|
|
"domain": "git.vern.cc",
|
|
"type": "Gitea"
|
|
}
|
|
],
|
|
"gitlens.heatmap.ageThreshold": 60,
|
|
"gitlens.views.commitDetails.files.layout": "tree",
|
|
"gitlens.views.repositories.includeWorkingTree": true,
|
|
"gitlens.views.repositories.showIncomingActivity": true,
|
|
"gitlens.views.fileHistory.files.layout": "tree",
|
|
"gitlens.autolinks": [
|
|
{
|
|
"ignoreCase": true,
|
|
"prefix": "LAUNCHPAD-",
|
|
"url": "https://youtrack.andreijiroh.xyz/issue/LAUNCHPAD-<num>"
|
|
}
|
|
],
|
|
"gitlens.defaultTimeFormat": "HH:mm",
|
|
"gitlens.defaultDateShortFormat": "YYYY-MM-D",
|
|
"gitlens.defaultDateFormat": "YYYY-MM-D HH:mm",
|
|
"shellcheck.customArgs": [
|
|
"--external-sources",
|
|
"-x"
|
|
],
|
|
"files.watcherExclude": {
|
|
"**/.git/objects/**": true,
|
|
"**/.git/subtree-cache/**": true,
|
|
"**/node_modules/*/**": true,
|
|
"**/.cache/**": true
|
|
},
|
|
"dotenv.enableAutocloaking": false,
|
|
"search.exclude": {
|
|
"**/.cache": true
|
|
},
|
|
"search.useGlobalIgnoreFiles": true,
|
|
"search.useParentIgnoreFiles": true,
|
|
"files.associations": {
|
|
"/.config/caddyfiles/*.Caddyfile": "caddyfile"
|
|
},
|
|
"material-icon-theme.files.associations": {
|
|
"*.Caddyfile": "caddyfile"
|
|
}
|
|
} |