Skip to content

Commit 2676055

Browse files
committed
modifying pre-commit config to preserve hard linebreaks in .md files
1 parent bb7683d commit 2676055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repos:
55
hooks:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8+
args: ['--markdown-linebreak-ext=md']
89
- repo: https://github.com/codespell-project/codespell
910
rev: v2.2.4
1011
hooks:

0 commit comments

Comments
 (0)