To make the coding style more consistent across the repository we should add a .clang-format so when there is new code added to the repo, the .clang-format is used in a github action.
Also, most of the IDEs and text editors have extensions or support formatters, in this case clang-format is ok for this project, so the coding style is uniform.
To make the coding style more consistent across the repository we should add a
.clang-formatso when there is new code added to the repo, the.clang-formatis used in a github action.Also, most of the IDEs and text editors have extensions or support formatters, in this case clang-format is ok for this project, so the coding style is uniform.