generated from reviewdog/action-composite-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.yml
43 lines (35 loc) · 894 Bytes
/
.markdownlint.yml
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
# @see https://github.com/DavidAnson/markdownlint/blob/HEAD/schema/.markdownlint.yaml
---
default: true
# MD003/heading-style/header-style - Heading style
MD003:
# Heading style
style: atx
# MD004/ul-style - Unordered list style
MD004:
# List style
style: dash
# MD007/ul-indent - Unordered list indentation
MD007:
# Spaces for indent
indent: 4
# MD013/line-length - Line length
MD013:
# Number of characters for code blocks
code_block_line_length: 120
# MD029/ol-prefix - Ordered list item prefix
MD029:
# List style
style: ordered
# MD035/hr-style - Horizontal rule style
MD035:
# Horizontal rule style
style: ---
# MD049/emphasis-style - Emphasis style should be consistent
MD049:
# Emphasis style should be consistent
style: asterisk
# MD050/strong-style - Strong style should be consistent
MD050:
# Strong style should be consistent
style: asterisk