-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmado.toml
More file actions
95 lines (80 loc) · 1.12 KB
/
mado.toml
File metadata and controls
95 lines (80 loc) · 1.12 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[lint]
exclude = []
output-format = "concise"
quiet = false
respect-gitignore = true
respect-ignore = true
rules = [
"MD001",
"MD002",
"MD003",
"MD004",
"MD005",
"MD006",
"MD007",
"MD009",
"MD010",
"MD012",
"MD013",
"MD014",
"MD018",
"MD019",
"MD020",
"MD021",
"MD022",
"MD023",
"MD024",
"MD026",
"MD027",
"MD028",
"MD029",
"MD030",
"MD031",
"MD032",
"MD033",
"MD034",
"MD035",
"MD036",
"MD037",
"MD038",
"MD039",
"MD040",
"MD041",
"MD046",
"MD047",
]
[lint.md002]
level = 1
[lint.md003]
style = "consistent"
[lint.md004]
style = "consistent"
[lint.md007]
indent = 4
[lint.md013]
code-blocks = false
line-length = 500
tables = false
[lint.md024]
allow-different-nesting = true
[lint.md025]
level = 1
[lint.md026]
punctuation = ".,;:!?"
[lint.md029]
style = "one"
[lint.md030]
ol-multi = 1
ol-single = 1
ul-multi = 1
ul-single = 1
[lint.md033]
allowed-elements = []
[lint.md035]
style = "consistent"
[lint.md036]
punctuation = ".,;:!?"
[lint.md041]
level = 1
[lint.md046]
style = "fenced"