We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ce9ee commit 98882d8Copy full SHA for 98882d8
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
hooks:
27
- id: prettier
28
entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
29
- files: \.(html|md|toml|yml|yaml)
+ files: \.(html|md|yml|yaml)
30
args: [--prose-wrap=preserve]
31
32
- repo: https://github.com/adamchainz/blacken-docs
0 commit comments