Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31651 )
Change subject: lint/clang-format: set to 96 chars per line ......................................................................
Patch Set 1: Code-Review+2
Do we want to make this a recommendation? Then we should also update `Documentation/coding_style.md`.
I think we still want to recommend that lines stay under 80 characters when it makes sense, but instead of it being a hard limit, it's just a recommendation. When it makes the code harder to read at 80 characters, the coding style allows for lines up to 96 characters.
I do agree that we should update the coding style document.