Michael Kosten
Results
1
comments of
Michael Kosten
I believe these are the steps for running the clang lint locally, (macOs): ``` brew install clang-format@11 git ls-files | grep -E '\.(cpp|h|cu|cuh)$' | xargs clang-format-11 -i ```