dotfiles/.vscode/settings.json

20 lines
469 B
JSON

{
"workbench.iconTheme": "material-icon-theme",
"workbench.productIconTheme": "material-product-icons",
"workbench.colorTheme": "Gitpod Dark",
"git.alwaysSignOff": true,
"conventionalCommits.scopes": [
"scripts",
"config",
"builds.sr.ht",
"gitlab-ci",
"github-actions",
"vscode",
"kdev",
"kate",
"dotfiles-docs",
"gitignore",
"mailmap",
"global"
]
}