Skip to content

Commit 84e1180

Browse files
authored
Merge pull request #10 from render-engine/8-add-markdownlint.json
add markdownlint.json
2 parents 1fa973c + 255c61a commit 84e1180

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.markdownlint.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"MD013": {
3+
"line_length": 120,
4+
"tables": false,
5+
"code_blocks": false
6+
},
7+
"MD041": false
8+
}
9+

0 commit comments

Comments
 (0)