[libcxx-commits] [libcxx] Add pre-commit hooks and git config for libc++ & git-clang-format. (PR #73798)

Tobias Hieta via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 29 06:58:29 PST 2023


================
@@ -0,0 +1,31 @@
+#!/bin/bash
----------------
tru wrote:

Yeah - I think it should use the python script because of two reasons 1) bash doesn't work on windows 2) we would get the same experience locally and in the CI.

https://github.com/llvm/llvm-project/pull/73798


More information about the libcxx-commits mailing list