digital-garden/.vscode/settings.json

19 lines
447 B
JSON

{
"markdownlint.config": {
"extends": "../.markdownlint.yaml"
},
"files.associations": {
"AUTHORS": "plaintext",
"CONTRIBUTORS": "plaintext"
},
"conventionalCommits.scopes": [
"daily-notes",
"thoughts",
"multiverse",
"uncategorized-notes",
"global"
],
"foam.openDailyNote.filenameFormat": "yyyy-mm-dd",
"foam.openDailyNote.directory": "daily-notes"
}