There are clang-format etc to ensure a consistent coding style for .cpp and .h files among different developers.
But how can I ensure consistent coding style in CMake
for CMakeLists.txt and FindXXX.cmake written from different developers?
The main rules I want to enforce is consistent indention/space, upper/lower case consistency, 80 character per line constraint