Add line length limit which includes indentation #288
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
The input is 81 columns wide. If I use
--width 80
, the output is the same as the input. If I incrementally decrease the width by one character, I find the output does eventually get reflowed at--width 76
.I experienced this on 187985f.
Small example input
Expected output
I personally prefer this, but I would also accept the output given with
--width 76
which is shown later.Actual output
At 80 columns:
At 76 columns:
The text was updated successfully, but these errors were encountered: