Closed codeboy5 closed 4 years ago
This PR removes clang-format as a Pip dependency and updates the Makefile to run clang-format from the system clang-format installation. Fixes #215
List any dependencies that are required for this change.
Running make format-style-cpp does work.
make format-style-cpp
Is installing clang-format part of prereqs_linux.sh and prereqs_mac.sh?
prereqs_linux.sh
prereqs_mac.sh
It was never a part of it, we could update it tho.
Please do
Description
This PR removes clang-format as a Pip dependency and updates the Makefile to run clang-format from the system clang-format installation. Fixes #215
Affected Dependencies
List any dependencies that are required for this change.
How has this been tested?
Running
make format-style-cpp
does work.Checklist