Skip to content

Commit cd3d07b

Browse files
authored
Merge pull request #90 from MDverse/chore/allow-trailing-whitespace-for-markdown
chore: Allow trailing whitespace for markdown
2 parents ac993fa + 1800ccc commit cd3d07b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ repos:
1616
- id: mixed-line-ending
1717
# Trims trailing whitespace.
1818
- id: trailing-whitespace
19+
args: [--markdown-linebreak-ext=md]
1920
# Attempts to load all json files to verify syntax.
2021
- id: check-json
2122
# Attempts to load all yaml files to verify syntax.

0 commit comments

Comments
 (0)