CMake Style GuidelinesΒΆ
To ensure your changes match the cmake style guidelines, run
tools/cmakelint.sh <path/to/kotekan>.
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).