On Fri, May 26, 2023 at 06:37:38PM +0200, Quentin Rameau wrote: > > Apply clang format > > Those are quite ugly
Assuming you're talking about these commits (and not the formatting itself) - clang-format has a git integration script: https://clang.llvm.org/docs/ClangFormat.html#git-integration You can use a git hook to run it automatically when committing. I don't know the exact details on how to set that up, since I've never done it myself, just know that it's possible to do. - NRK
