Commit c1465e616365f227252ae1cf8bb634b7d849682b

Authored by Henry Schreiner
Committed by Henry Schreiner
1 parent 0038ad46

style: 80 char width

Showing 1 changed file with 1 additions and 0 deletions
.pre-commit-config.yaml
@@ -37,6 +37,7 @@ repos: @@ -37,6 +37,7 @@ repos:
37 hooks: 37 hooks:
38 - id: prettier 38 - id: prettier
39 types_or: [yaml, markdown, html, css, scss, javascript, json] 39 types_or: [yaml, markdown, html, css, scss, javascript, json]
  40 + args: [--prose-wrap=always]
40 41
41 - repo: https://github.com/markdownlint/markdownlint 42 - repo: https://github.com/markdownlint/markdownlint
42 rev: v0.11.0 43 rev: v0.11.0