Essentially the title. For example, the LLVM project has a CI workflow that checks if the PR is correctly formatted, and what fix to apply. I understand git clang-format is also a supported subcommand of git, so we could find some ways to prevent badly-formatted code from even being committed, let alone pushed.
Essentially the title. For example, the LLVM project has a CI workflow that checks if the PR is correctly formatted, and what fix to apply. I understand
git clang-formatis also a supported subcommand of git, so we could find some ways to prevent badly-formatted code from even being committed, let alone pushed.