digital-garden/.vscode/settings.json

17 lines
340 B
JSON

{
"markdownlint.config": {
"extends": "../.markdownlint.yaml"
}
"files.associations": {
"AUTHORS": "plaintext",
"CONTRIBUTORS": "plaintext"
},
"conventionalCommits.scopes": [
"daily-notes",
"thoughts",
"multiverse",
"uncategorized-notes",
"global"
]
}