Re: clang-format has been commited

2020-07-11 Thread Albert Astals Cid
El dissabte, 11 de juliol de 2020, a les 15:26:11 CEST, David Hurka va escriure: > Thanks a lot! > > But braces arround single-line conditional blocks are still missing, contrary > to KDElibs coding style. Is that intended? I'm using the clang-format file provided by extra-cmake-modules. So, i

Re: clang-format has been commited

2020-07-11 Thread David Hurka
Thanks a lot! But braces arround single-line conditional blocks are still missing, contrary to KDElibs coding style. Is that intended? Date: Sat, 11 Jul 2020 10:06:37 +0200 From: Albert Astals Cid > > This means that all your pending Merge Requests conflict like crazy and hard > kind of hard t

clang-format has been commited

2020-07-11 Thread Albert Astals Cid
This means that all your pending Merge Requests conflict like crazy and hard kind of hard to rebase. Here what i did with mr/207 that seems to have worked relatively well. # make sure the code is uptodate (assuming origin is the upstream repo) git fetch origin # checkout the branch. i'm using g