Code for the Learn C++ tutorials. For more resources, see my blog post on Learning C++.
brew install llvm pre-commit
ln -s "$(brew --prefix)/opt/llvm/bin/clang-format" "/usr/local/bin/clang-format"
ln -s "$(brew --prefix)/opt/llvm/bin/clang-tidy" "/usr/local/bin/clang-tidy"
pre-commit install --install-hooks