diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f85f6d78..148a8edf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,6 +37,7 @@ repos: hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] + args: [--prose-wrap=always] - repo: https://github.com/markdownlint/markdownlint rev: v0.11.0