Skip to content

Commit 93a4314

Browse files
committed
Add .markdownlint.json
1 parent c2a5381 commit 93a4314

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.markdownlint.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"MD007": {
3+
"indent": 2,
4+
"start_indented": false
5+
},
6+
"MD013": {
7+
"line_length": 1000,
8+
"tables": false
9+
},
10+
"MD024": {
11+
"siblings_only": true
12+
},
13+
"MD022": false,
14+
"MD032": false,
15+
"MD033": false,
16+
"MD041": false,
17+
"default": true
18+
}

0 commit comments

Comments
 (0)