Configures clang-format and clangd.

Runs clang-format on all c++ files.
This commit is contained in:
2023-04-21 21:55:17 -07:00
parent 64c7632806
commit 5e57ac277d
51 changed files with 6131 additions and 6019 deletions

View File

@@ -1,10 +1,11 @@
#include "Character.h"
#include "test.h"
using namespace SBF;
using namespace Test;
TestResults main_test_Character(int argc, char** argv) {
TestResults results;
return results;
TestResults results;
return results;
}