You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: