Clang format discussion

The point here is that it doesn’t matter what clang-format version developers have laying around or whether their editors support it. It also does not apply to third party code (which we should not be reformatting; the robot also checks for “improper” changes to third party code as well). The robot will check all MRs for proper formatting and reject them if they don’t adhere to what we’re using. It can, however, also fix your MR automatically via a Do: reformat command.

1 Like