Open
Description
Background
Currently, there is no common formatting among the C++ code of the UDF client. We should use clang-format which could run as a commit githook.
Out of Scope
- old udfclient
Acceptance
- Define a
.clang-format
file which specifies the formatting - Run
clang-format
and fix formatting - Add a nox task which checks formatting
- Add nox task to Github workflow for CI checks.