cmake-format v0.6.6
The configuration datastructures have been overhauled and configuration options are now separated into different groupings based on which part of the processing pipeline they are relevent to. Legacy configuration files (without sections) are still supported, though they may be deprecated in the future. cmake-format
can update your configuration file for you with the following command:
cmake-format --config-file <your-config> --dump-config <your-format> \
--no-help --no-default
There is a new configuration option explicit_trailing_pattern
which can be used to define a particular character sequence used by comments that are explicitly matched as trailing comments of an argument or statement. See the docs for more information.
Configuration files can now include additional configuration files. This might help keep configurations organized if you are maintaining a database of custom command definitions.