Skip to content

Commit

Permalink
add markdownlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Sep 28, 2023
1 parent dddebcd commit 3df96cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
default: true # enable all by default
MD007: # unordered list indentation
indent: 2
MD013: false # do not validate line length
MD014: false # allow $ before command output
MD029: # ordered list prefix
style: "one"

0 comments on commit 3df96cb

Please sign in to comment.