Skip to content

Commit 31dacf3

Browse files
author
Terraform
committed
chore: Update markdownlint configuration
1 parent adb8231 commit 31dacf3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.markdownlint.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
---
22
default: true
3-
line-length: false
3+
4+
# no-hard-tabs
5+
MD010:
6+
code_blocks: false
7+
8+
# no-multiple-blanks
9+
MD012:
10+
maximum: 2
11+
12+
# line-length
13+
MD013: false
14+
15+
# no-duplicate-heading
16+
MD024:
17+
siblings_only: true

0 commit comments

Comments
 (0)