Skip to content

Commit b530057

Browse files
committed
add markdownlint config
1 parent 37c5a75 commit b530057

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.markdownlint.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
2+
default: true # enable all by default
3+
MD007: # unordered list indentation
4+
indent: 2
5+
MD013: false # do not validate line length
6+
MD029: # ordered list prefix
7+
style: "one"

0 commit comments

Comments
 (0)