Skip to content

clang format on ubuntu

Ye Luo edited this page Feb 9, 2020 · 2 revisions

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.