diff --git a/doc/.markdownlint.json b/doc/.markdownlint.json new file mode 100644 index 0000000000..e09f8096fe --- /dev/null +++ b/doc/.markdownlint.json @@ -0,0 +1,5 @@ +{ + "default": true, + "MD013": false, + "no-hard-tabs": {"code_blocks": false} +}