This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/markdownlint.config.json

7 lines
126 B
JSON

{
"default": true,
"MD013": { "line_length": "5000" },
"MD036": false,
"no-hard-tabs": false,
"whitespace": false
}