-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.tidymark.yml
More file actions
39 lines (36 loc) · 758 Bytes
/
Copy path.tidymark.yml
File metadata and controls
39 lines (36 loc) · 758 Bytes
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
front-matter: true
rules:
line-length:
max: 80
exclude:
- code-blocks
- tables
- urls
heading-style:
style: atx
heading-increment: true
first-line-heading:
level: 1
no-duplicate-headings: true
no-trailing-spaces: true
no-hard-tabs: true
no-multiple-blanks:
max: 1
single-trailing-newline: true
fenced-code-style:
style: backtick
fenced-code-language: true
no-bare-urls: true
blank-line-around-headings: true
blank-line-around-lists: true
blank-line-around-fenced-code: true
list-indent:
spaces: 2
no-trailing-punctuation-in-heading: true
no-emphasis-as-heading: true
catalog: true
ignore:
- "internal/**"
- "rules/*/bad/**"
- "rules/*/bad.md"
- "rules/*/good/**"