I was on the meeting. I'm for some line width cap, be they 80 or 120.
It is a good idea to be concise. I'm especially for comments being concise.
However I don't like the idea of indiscreetly line-folding things only because they are long. I'd like to advise refactoring such function so that long lines would disappear. When avoiding long lines makes it less intuitive, they should be left long I believe. C's prototype declaration (especially with many const restrict pointers) is one of such example.
Not a proposal, just citing existing/common standard:
https://www.emacswiki.org/emacs/EightyColumnRule
For what it's worth, my personal preference is around 64 columns
because I have a short attention span and bad eyesight.
However 80 columns is the common standard, so I manage with 80.
At today's developer's meeting, I asked how long column is suitable.
declaration can over limitation.
logic should have some limitation (permit exceptional cases)
Longer format error messages are fine if it helps users find
errors with grep. However, output of error messages should
still be wrapped at 80 for compatibility and readability.