forked from matter-labs/zksync-web-era-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.json
40 lines (40 loc) · 891 Bytes
/
.markdownlint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"default": true,
"line_length": {
"line_length": 250,
"tables": false,
"code_blocks": false
},
"fenced-code-language": false,
"no-duplicate-header": false,
"first-header-h1": false,
"first-line-h1": false,
"no-inline-html": false,
"ol-prefix": false,
"MD026": {
"punctuation": ".,;:!。,;:!:"
},
"MD013": {
"indent": 2,
"headings": false,
"line_length": 250,
"tables": false,
"code_blocks": false
},
"MD003": {
"indent": 2,
"code_blocks": false,
"headings": false,
"line_length": 250,
"tables": false
},
"MD007": {
"indent": 2,
"code_blocks": false,
"headings": false,
"line_length": 250,
"tables": false
},
"no-hard-tabs": false,
"whitespace": false
}