Closed katajakasa closed 2 years ago
Use -DUSE_TIDY to enable clang-tidy, and -DUSE_FORMAT to enable clang-format.
Clang-tidy is then automatically run on build, while formatter can be run using "make clangformat".
Added suggested .clang-format and .clang-tidy configs.
Also, manually set C11.
Use -DUSE_TIDY to enable clang-tidy, and -DUSE_FORMAT to enable clang-format.
Clang-tidy is then automatically run on build, while formatter can be run using "make clangformat".
Added suggested .clang-format and .clang-tidy configs.
Also, manually set C11.