Add CMake format and linter
What is the new feature
Add a formatter for CMake files. And CI task for CMake formatting is also added.
How is it implemented
We use the opensource tool https://github.com/cheshirekow/cmake_format for formatting.
Edited by Jonas Jucker