You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> * static binaries failed on macOS from version 14~18 ([#26](https://github.com/cpp-linter/clang-tools-static-binaries/issues/26))
16
20
17
21
## Download
18
22
19
23
Grab clang-tools static binaries for your platform from [Releases](https://github.com/cpp-linter/clang-tools-static-binaries/releases) tab!
20
24
21
25
## Motivation behind this repo
22
26
23
-
I use to contribute to different repositories and they often use different versions of clang-format.
27
+
I used to contribute to different repositories and they often use different versions of clang-format.
24
28
25
29
I could either compile clang-format for each one I want to have or I could try messing up with my package system (I use Arch Linux btw) and try installing all of them on my system.
26
30
This can very quickly get out of hand, hence I created this repository.
0 commit comments