We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use update-alternatives to control multiple versions of clang-format.
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-9 9 --slave /usr/bin/clang-format-diff clang-format-diff /usr/bin/clang-format-diff-9
git clang-format-9 triggers formatting staged files.
git clang-format-9