Skip to content

Commit e3f47ac

Browse files
🩹 [Patch]: Reformat .markdown-lint.yml for consistency in comment placement
1 parent 4c50f9d commit e3f47ac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎.github/linters/.markdown-lint.yml‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
###############
99
# Rules by id #
1010
###############
11-
MD004: false # Unordered list style
11+
MD004: false # Unordered list style
1212
MD007:
13-
indent: 2 # Unordered list indentation
13+
indent: 2 # Unordered list indentation
1414
MD013:
15-
line_length: 808 # Line length
16-
MD024: false # no-duplicate-heading, INPUTS and OUTPUTS _can_ be the same item
15+
line_length: 808 # Line length
16+
MD024: false # no-duplicate-heading, INPUTS and OUTPUTS _can_ be the same item
1717
MD026:
18-
punctuation: ".,;:!。,;:" # List of not allowed
19-
MD029: false # Ordered list item prefix
20-
MD033: false # Allow inline HTML
21-
MD036: false # Emphasis used instead of a heading
18+
punctuation: '.,;:!。,;:' # List of not allowed
19+
MD029: false # Ordered list item prefix
20+
MD033: false # Allow inline HTML
21+
MD036: false # Emphasis used instead of a heading
2222

2323
#################
2424
# Rules by tags #
2525
#################
26-
blank_lines: false # Error on blank lines
26+
blank_lines: false # Error on blank lines

0 commit comments

Comments
 (0)