Learn how to install, configure, and run CMake-Format with Trunk Check to ensure consistent formatting and best practices for your CMake scripts.
cmake-formatarrow-up-right is a formatter for C, C++.
You can enable the cmake-format formatter with:
trunk check enable cmake-format
cmake-format will be auto-enabled if any of its config files are present: .cmake-format.json, .cmake-format.py, .cmake-format.yaml.
.cmake-format.json
.cmake-format.py
.cmake-format.yaml
cmake-format supports the following config files:
cmake-format.json
cmake-format.py
cmake-format.yaml
You can move these files to .trunk/configs and trunk check will still find them. See Moving Linters for more info.
.trunk/configs
trunk check
cmake-format sitearrow-up-right
cmake-format Trunk Code Quality integration sourcearrow-up-right
Trunk Code Quality's open source plugins repoarrow-up-right
Last updated 1 year ago