Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 72d8f94

Browse files
committed
chore(pre-commit): Keep .md trailing whitespace
Markdown was losing trailing whitespace with a pre-commit hook.
1 parent 1af4610 commit 72d8f94

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
@@ -5,6 +5,7 @@ repos:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8+
args: [--markdown-linebreak-ext=md]
89
- repo: https://github.com/psf/black
910
rev: 19.10b0
1011
hooks:

0 commit comments

Comments
 (0)