Recently, in https://github.com/libcdio/libcdio-paranoia/pull/53 Adrian Reber contributed a CI integration hook to check the format of C files and make it conform to clang style.
When I suggested it might also be done to libcdio, he did so in https://github.com/libcdio/libcdio/pull/7. It would change a lot of files though. Do you all have an opinion on whether we should reformat using clang-format (https://clang.llvm.org/docs/ClangFormat.html). And if so what style we should use? In libcdio paranoia we are using LLVM style. In libcdio, currently we have no style set.