[SAOC 2023] dfmt rewrite - Weekly update #1
Tim
tim.dlang at t-online.de
Mon Sep 25 16:12:51 UTC 2023
On Monday, 25 September 2023 at 08:26:33 UTC, RazvanN wrote:
> So the fundamental problem comes from the fact that the author
> wants to do smart stuff with line/column limits. dfmt does not
> even have a line limit option, so that problem does not apply
> here. Even if we were to add it, that could be viewed as a
> separate project of transitioning dfmt to a better
> representation.
I think dfmt has options for line limits:
```
--soft_max_line_length
--max_line_length
```
More information about the Digitalmars-d
mailing list