diff --git a/.markdownlint.json b/.markdownlint.json index 162d4d7..7d92432 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,35 +1,36 @@ { + "code-block-style": { + "style": "fenced" + }, + "code-fence-style": { + "style": "backtick" + }, + "emphasis-style": { + "style": "underscore" + }, "heading-style": { "style": "atx" }, - "ul-style": { - "style": "dash" + "hr-style": { + "style": "---" }, "line-length": { - "line_length": 80, "code_blocks": false, + "line_length": 80, "tables": false }, - "hr-style": { - "style": "---" - }, + "no-bare-urls": false, "proper-names": { - "names": ["CodeGate", "Copilot", "GitHub"], - "code_blocks": false - }, - "code-block-style": { - "style": "fenced" - }, - "code-fence-style": { - "style": "backtick" - }, - "emphasis-style": { - "style": "underscore" + "code_blocks": false, + "names": ["CodeGate", "Copilot", "GitHub"] }, "strong-style": { "style": "asterisk" }, "table-pipe-style": { "style": "leading_and_trailing" + }, + "ul-style": { + "style": "dash" } }