One of the most impactful things you can do as a Software Engineer is to automate repeated activities. One area, in particular, that is often deserving more automation is code reviews. Today, we will look at how to offload style checking and enforcement to clang-format for C, C++, C#, Java…