Closed 1uc closed 2 years ago
Inside bbp-clang-format.py, if nothing was set through --executable, use clang-format.
bbp-clang-format.py
--executable
clang-format
Could you also update bbp-clang-tidy.py and bbp-cmake-format.py while you are at it please?
Done in the new commit.
Inside
bbp-clang-format.py
, if nothing was set through--executable
, useclang-format
.