featherless 7e31e36e41
[scripts] Add git-clang-format to the clang-format installer. (#4831)
Once installed, clang-format can be run on only the lines that have been changed by a given range of commits like so:

    # Format changes from develop to HEAD
    git clang-format develop

Running this command will change files locally. You must then commit the changes and push them to your PR.
2018-08-20 10:15:48 -04:00
..