We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac993fa + 1800ccc commit cd3d07bCopy full SHA for cd3d07b
.pre-commit-config.yaml
@@ -16,6 +16,7 @@ repos:
16
- id: mixed-line-ending
17
# Trims trailing whitespace.
18
- id: trailing-whitespace
19
+ args: [--markdown-linebreak-ext=md]
20
# Attempts to load all json files to verify syntax.
21
- id: check-json
22
# Attempts to load all yaml files to verify syntax.
0 commit comments