mirror of
https://github.com/opencontainers/image-spec.git
synced 2025-04-18 03:24:01 +03:00
19 lines
317 B
YAML
19 lines
317 B
YAML
# 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"
|