From c1465e616365f227252ae1cf8bb634b7d849682b Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 7 May 2022 00:03:09 -0400 Subject: [PATCH] style: 80 char width --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) 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