alpaka-group / llama

A Low-Level Abstraction of Memory Access
https://llama-doc.rtfd.io/
Mozilla Public License 2.0
80 stars 10 forks source link

Format cmake with a tool #662

Open bernhardmgruber opened 1 year ago

bernhardmgruber commented 1 year ago

Currently, our cmake code is not formatted by any tool and thus inconsistent. We could use a tool such as https://pypi.org/project/cmakelang/ to enforce a formatting. We should also add such a tool to the CI.