forked from pulp/pulp_installer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlint.yml
More file actions
23 lines (20 loc) · 780 Bytes
/
.markdownlint.yml
File metadata and controls
23 lines (20 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
## For a complete and comprehensive list of available rules
## see here: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
## heading style
## https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md003
MD003: false # do not check for now, might be enabled later
# style: "setext_with_atx"
## unordered list indentation
## https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md007
MD007:
# python-markdown requires 4 spaces of indentation.
# see https://python-markdown.github.io/#differences
indent: 4
## line length
## https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013
MD013: false # do not check for now, might be enabled later
# line_length: 120
# code_blocks: false
# tables: false
# stern: true