Skip to content

Commit

Permalink
chore: add markdown linter rules for code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Nov 12, 2023
1 parent 9670a47 commit 9bb84f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/.markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"default": true,
"MD013": false,
"no-hard-tabs": {"code_blocks": false}
}

0 comments on commit 9bb84f0

Please sign in to comment.