cmake-format
Last updated
Last updated
cmake-format is a formatter for C, C++.
You can enable the cmake-format formatter with:
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 supports the following config files:
.cmake-format.json
.cmake-format.py
.cmake-format.yaml
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 for more info.
cmake-format Trunk Code Quality integration source
Trunk Code Quality's open source plugins repo