We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c5a75 commit b530057Copy full SHA for b530057
.markdownlint.yaml
@@ -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