darling-libcxx/utils/google-benchmark/.clang-format
Thomas A a574ade231 Downgrading libcxx to llvmorg-13.0.1
It turns out that llvmorg-14.0.6 might be too new for dyld (the vector base class no longer exist in that release).
2022-06-26 13:05:32 -07:00

6 lines
74 B
YAML

---
Language: Cpp
BasedOnStyle: Google
PointerAlignment: Left
...