Skip to content

Commit 125a752

Browse files
committed
remove default values from markdownlint config
Signed-off-by: Martijn Govers <[email protected]>
1 parent 6bf5d3e commit 125a752

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.markdownlint.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,9 @@ MD001: false
77

88
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md
99
line-length:
10-
# # Number of characters
1110
line_length: 120
12-
# # Number of characters for headings
13-
# heading_line_length: 80
14-
# # Number of characters for code blocks
15-
# code_block_line_length: 80
16-
# # Include code blocks
1711
code_blocks: false
18-
# # Include tables
1912
tables: false
20-
# # Include headings
21-
# headings: true
22-
# # Strict length checking
23-
# strict: false
24-
# # Stern length checking
2513
stern: true
2614

2715
# MD024/no-duplicate-heading : Multiple headings with the same content : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md024.md

0 commit comments

Comments
 (0)