Closed david-alvarez-rosa closed 1 year ago
Fully automated with
find src include -name '*.cpp' -o -name '*.hpp' | xargs -n1 clang-format -i clang-format -i main.cpp
Yeah, agreed. Let's try to automate as much as possible with CI/CD.
(It's pretty impressive how many things clang-format is capable of doing.)
clang-format
Fully automated with