chore: add VS Code workspace configuration with markdown linting overrides

This commit is contained in:
Scott Idem
2026-01-26 15:19:20 -05:00
parent 083fc56337
commit 7784f7f2a3

View File

@@ -0,0 +1,14 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"git.autofetch": true,
"markdownlint.config": {
"MD007": false,
"MD033": false
}
}
}