I feel it's important to keep the coding style concise. While this can be done moderately well by hand, IMO it's better if there is an automated sanity check.
Proposal
I'd like an automatic check that uses the .clang-format file to scan/lint (not sanitize, as there might be exceptions) all submitted files in a PR.
I feel it's important to keep the coding style concise. While this can be done moderately well by hand, IMO it's better if there is an automated sanity check.
Proposal
I'd like an automatic check that uses the
.clang-format
file to scan/lint (not sanitize, as there might be exceptions) all submitted files in a PR.