diff --git a/.vscode/settings.json b/.vscode/settings.json index d7ee8210..7786c12f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,5 +22,13 @@ "gopls": { "formatting.gofumpt": false, "formatting.local": "github.com/coffeebeats/gdenv" + }, + + /* ------------------------ Extensions: markdownlint ------------------------ */ + + "markdownlint.config": { + "MD024": { + "siblings_only": true + } } }