Re: [PATCH] clang-format: Update ColumnLimit

2021-03-19 Thread Joe Perches
On Fri, 2021-03-19 at 19:48 +0100, Miguel Ojeda wrote: > On Fri, Mar 19, 2021 at 7:45 PM Ansuel Smith wrote: > > > > Sorry, didn't notice that. Considering that checkpatch complains and > > some reviewers actually state that 100 is the new limit, I think it's > > time to update the file. > >

Re: [PATCH] clang-format: Update ColumnLimit

2021-03-19 Thread Miguel Ojeda
On Fri, Mar 19, 2021 at 7:45 PM Ansuel Smith wrote: > > Sorry, didn't notice that. Considering that checkpatch complains and > some reviewers actually state that 100 is the new limit, I think it's > time to update the file. IIUC, 80 is still the soft limit, but 100 is now the hard limit. Cc'ing

Re: [PATCH] clang-format: Update ColumnLimit

2021-03-19 Thread Ansuel Smith
On Fri, Mar 19, 2021 at 11:42:34AM -0700, Nathan Chancellor wrote: > On Fri, Mar 19, 2021 at 07:37:14PM +0100, Ansuel Smith wrote: > > Update ColumnLimit value, changed from 80 to 100. > > > > Signed-off-by: Ansuel Smith > > --- > > .clang-format | 2 +- > > 1 file changed, 1 insertion(+), 1

Re: [PATCH] clang-format: Update ColumnLimit

2021-03-19 Thread Nathan Chancellor
On Fri, Mar 19, 2021 at 07:37:14PM +0100, Ansuel Smith wrote: > Update ColumnLimit value, changed from 80 to 100. > > Signed-off-by: Ansuel Smith > --- > .clang-format | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.clang-format b/.clang-format > index

[PATCH] clang-format: Update ColumnLimit

2021-03-19 Thread Ansuel Smith
Update ColumnLimit value, changed from 80 to 100. Signed-off-by: Ansuel Smith --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index c24b147cac01..3212542df113 100644 --- a/.clang-format +++ b/.clang-format @@ -52,7 +52,7 @@