miette
miette copied to clipboard
Simplify `textwrap::Options` construction
We're constructing textwrap::Options in a lot of places, leading to a lot of duplicated code. Let's simplify it a bit.
This PR only tidies the code; it was written while preparing #452, which changes the default values for some of these settings.