Daniel-Constantin Mierla writes:
I am for it, maybe the next major release will be
bumped to 6.0, so
going with clang formatting would be good because makes the readability
better.
Which style?
https://clang.llvm.org/docs/ClangFormatStyleOptions.html
supports many:
LLVM A style complying with the LLVM coding standards
Google A style complying with Google’s C++ style guide
Chromium A style complying with Chromium’s style guide
Mozilla A style complying with Mozilla’s style guide
WebKit A style complying with WebKit’s style guide
Microsoft A style complying with Microsoft’s style guide
GNU A style complying with the GNU coding standards
-- Juha