+333
−463
File changed.
Preview size limit exceeded, changes collapsed.
Loading
In discussion with all developers, we decided on a code style, reflected by clang-format. The push includes the following changes:
clang-format is now mandatory for development and code must be properly formatted to be able to push to master.clang-format style file, is now part of the CI pipeline testscripts/check_format.sh has been added which is used by CI but can also be used by the user for two tasks:
-r to reformat all files in place with clang-format
Closes #121 (closed)
File changed.
Preview size limit exceeded, changes collapsed.