Skip to content

Commit ab51cc0

Browse files
authored
Create .markdownlint.yml
1 parent 6434a0b commit ab51cc0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/.markdownlint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
default: true
2+
3+
# Line length - https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md013---line-length
4+
MD013:
5+
code_blocks: false
6+
tables: false
7+
8+
# Do not enforce line length in markdown files
9+
line_length: false

0 commit comments

Comments
 (0)