You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClausKlein
changed the title
[FEATURE] add .cmake-formt config file and use cmake-format
[FEATURE] add .cmake-format config file and use cmake-format please
Apr 3, 2022
Hello, you are perfectly right, thanks for providing me with a template and guidance on how to implement this! I really like the idea and will work on integrating it.
Is your feature request related to a problem? Please describe.
IMHO: A template project with cmake files should be clean of
cmake-lint
problemsDescribe the solution you'd like
Add a
.cmake-format
config file to your project root:Provide usage examples
cmake-format -i cmake/*.cmake
cmake-lint cmake/*.cmake
Additional context
you may also use this:
https://github.com/TheLartians/Format.cmake#how-to-integrate
The text was updated successfully, but these errors were encountered: