Currently, we have tools/format-all.sh to run clang-format on the code. Formatting all of the code can take a bit of time though. It would be handy to additionally have a 2nd script which runs clang-format only on files that are currently staged in git.
Currently, we have
tools/format-all.sh
to run clang-format on the code. Formatting all of the code can take a bit of time though. It would be handy to additionally have a 2nd script which runs clang-format only on files that are currently staged in git.