mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Prettier has three options for prose-wrap: - `always`: Format prose (markdown) to the line-length (current) - `never`: Use a single line for all prose (proposed) - `preserve`: Don't lint prose Settled on `preserve` due to discussion. Fixes #5686 --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com> Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com>