CMake Style Guidelines ---------------------- To ensure your changes match the cmake style guidelines, run ``tools/cmakelint.sh ``. You can install cmake-format and cmake-lint with ``pip install cmake_format``. - The line length maximum is 100 to match our C++ style guidelines. - The indentation width is 4 (not tab).