[clang] [Windows] Add git-clang-format wrapper bat file (PR #69228)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 20 12:05:59 PDT 2023


================
@@ -0,0 +1 @@
+py -3 git-clang-format %*
----------------
HazardyKnusperkeks wrote:

What is `py`? I have no program called `py` on my machine (Windows with msys2), so you would possibly break that? Why not write `python` or `python3`?

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


More information about the cfe-commits mailing list