Add clang-format check as a part of the presubmit checks #475
Labels
CI
Feature, request or bug concerning the setup, build and continuous integration system
Milestone
Currently, the files need to be checked manually during review to see if they abide by the clang-format rules. What can be done instead is, each file is checked against what clang-format would have changed about the file. If the file and the clang-format file differ (meaning clang-format would have wanted to change it), it means the collaborator has two choices:
OR
Failing to have properly formatted code will result in the pre-submit failing.
The text was updated successfully, but these errors were encountered: