forked from buildkite/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.yaml
48 lines (37 loc) · 1016 Bytes
/
.markdownlint.yaml
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
default: false
# Need to figure out how to make exceptions for pages/agent/v3/help/_*
#MD002:
# Heading level
#level: 1
MD003:
# Heading style
style: "consistent"
# MD004/ul-style - Unordered list style
MD004:
# List style
style: "sublist"
# MD005/list-indent - Inconsistent indentation for list items at the same level
MD005: true
# MD006/ul-start-left - Consider starting bulleted lists at the beginning of the line
MD006: true
# MD007/ul-indent - Unordered list indentation
MD007:
# Spaces for indent
indent: 2
# Whether to indent the first level of the list
start_indented: false
# MD009/no-trailing-spaces - Trailing spaces
MD009:
# Spaces for line break
br_spaces: 2
# Allow spaces for empty lines in list items
list_item_empty_lines: false
# Include unnecessary breaks
strict: false
MD023: true # Headings at start of line
MD025:
# Heading level
level: 1
MD042: true
# MD047/single-trailing-newline - Files should end with a single newline character
MD047: true