Closed agarny closed 3 years ago
On my Mac, clang-format --version returns Homebrew clang-format version 12.0.1. From there, our CMake script determines the version of ClangFormat to be Homebrew 12.0.1.
clang-format --version
Homebrew clang-format version 12.0.1
Homebrew 12.0.1
On my Mac,
clang-format --version
returnsHomebrew clang-format version 12.0.1
. From there, our CMake script determines the version of ClangFormat to beHomebrew 12.0.1
.