File: .markdownlint.yml

package info (click to toggle)
golang-github-opencontainers-image-spec 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 576 kB
  • sloc: makefile: 115
file content (18 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# all lists use a `-`
MD004:
  style: dash

# allow tabs in code blocks (for Go)
MD010:
  code_blocks: false

# disable line length, prefer one sentence per line for PRs
MD013: false

# emphasis with underscore (`_emphasis_`)
MD049:
  style: "underscore"

# bold with asterisk (`**bold**`)
MD050:
  style: "asterisk"