Skip to content

Commit 9f047f7

Browse files
Exclude markdown from trailing-whitespce hook
1 parent 1bd047c commit 9f047f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repos:
99
- id: mixed-line-ending
1010
args: [--fix=lf]
1111
- id: trailing-whitespace
12+
exclude: \.md$
1213
- repo: local
1314
hooks:
1415
- id: cargo-clippy

0 commit comments

Comments
 (0)