Skip to content

Commit 43a819b

Browse files
committed
markdownlint config
1 parent 4c838d8 commit 43a819b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/resources/.markdownlint.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Configuration for markdownlint
2+
# https://github.com/DavidAnson/markdownlint#configuration
3+
4+
default: true
5+
MD007:
6+
indent: 4
7+
MD010:
8+
code_blocks: false
9+
10+
# Disabled Rules
11+
# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md
12+
13+
MD013: false

0 commit comments

Comments
 (0)