Re: [PATCH] clang-format: Fix: Maximum line length is now 100

2020-08-18 Thread Alex Dewar
On Tue, Aug 18, 2020 at 09:52:20AM -0700, Joe Perches wrote: > On Tue, 2020-08-18 at 17:24 +0100, Alex Dewar wrote: > > Since commit bdc48fa11e46 ("checkpatch/coding-style: deprecate 80-column > > warning") the kernel style is now for lines to be a maximum of 100 rather > > than 80 columns. Update

Re: [PATCH] clang-format: Fix: Maximum line length is now 100

2020-08-18 Thread Joe Perches
On Tue, 2020-08-18 at 17:24 +0100, Alex Dewar wrote: > Since commit bdc48fa11e46 ("checkpatch/coding-style: deprecate 80-column > warning") the kernel style is now for lines to be a maximum of 100 rather > than 80 columns. Update .clang-format accordingly. [] > diff --git a/.clang-format b/.clang-f