A program to format CMake's CMakeLists.txt files, similar in spirit to clang-format
cmake-format
is a program to format CMake files (CMakeLists.txt
as well as *.cmake
files.)
It is similar to [[clang-format]], which does the same on C++ files (other languages also supported).