CargoCultism / goofin

An unordered repository of stuff I tend to forget
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Use code formatter/linter for C++ code #10

Open CargoCultism opened 3 years ago

CargoCultism commented 3 years ago

Try clang-format:

CargoCultism commented 3 years ago

Open question: If clang-tidy target specified via CMake, how to beautify original source files? ${CMAKE_SOURCE_DIR}?