Skip to content

Commit

Permalink
Add configuration for VS Code's Markdownlint extension
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Jan 19, 2021
1 parent d993e13 commit 0bc6c54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
@@ -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 }
}

0 comments on commit 0bc6c54

Please sign in to comment.