Skip to content

Commit de2e754

Browse files
committed
Terraform-managed update. See @workloads/github-files for details.
1 parent 586a171 commit de2e754

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.markdown-lint.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This is a Terraform-managed file; manual changes will be overwritten.
2+
# see https://github.com/workloads/github-organization/blob/main/templates/.markdown-lint.yml
3+
4+
---
5+
6+
default: true
7+
8+
# see https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md004---unordered-list-style
9+
MD004:
10+
style: "asterisk"
11+
12+
# see https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013---line-length
13+
MD013:
14+
# account for very long lines inside code blocks (e.g.: lines generated by `terraform-docs`)
15+
line_length: 600
16+
17+
# see https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013---line-length
18+
MD033:
19+
# Allowed elements
20+
allowed_elements:
21+
- br
22+
- pre

0 commit comments

Comments
 (0)