diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc new file mode 100644 index 0000000000..ecc89ceb36 --- /dev/null +++ b/.markdownlint.jsonc @@ -0,0 +1,9 @@ +/** + * Note: This configuration is used by VS Code's Markdownlint extension and is only included for convenience. + * The original and primary Markdownlint configuration as used in CI is .markdownlint/style.rb. + */ +{ + "default": true, + "MD004": { "style": "dash" }, + "MD013": { "line_length": 120, "code_blocks": false, "tables": false } +}