Closed tomeichlersmith closed 1 year ago
ran the following three commands
find app/ --name '*.cxx' -exec clang-format --style=Google -i {} + find src/ --name '*.cxx' -exec clang-format --style=Google -i {} + find include/ --name '*.h' -exec clang-format --style=Google -i {} +
Drafted since it is based off #21
ran the following three commands
Drafted since it is based off #21