diff --git a/.markdownlint.json b/.markdownlint.json index bb051c48..01ad1d01 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,7 +1,7 @@ { "default": false, "MD003": { "style": "atx" }, - "MD013": { "code_blocks": false, "tables": false, "stern": true}, + "MD013": { "code_blocks": false, "tables": false, "stern": true, "line_length": 120}, "MD014": true, "MD018": true, "MD022": true,