Skip to content

Commit

Permalink
docs: Add .markdownlint.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious committed Jan 24, 2023
1 parent fca50a7 commit e8e6720
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/.markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
default: true

# no-hard-tabs
MD010: false

# line-length
MD013: false

# commands-show-output
MD014: false

# no-inline-html
MD033: false

0 comments on commit e8e6720

Please sign in to comment.