Skip to content

mod(gen): Add clang-format option for Windows

René Paris requested to merge feature/windows-clang-format into main

So far the generator was only used under Linux and expected clang-format to be installed on the machine. For convenience (and windows) the command line option --clang-format is introduced, which allows to specify the executable.

Note that generation under windows is yet not perfect, as it mixes up the line endings, which doesn't matter for compilation but for source control ;)

Merge request reports