Skip to content

Commit 647fe54

Browse files
committed
WiX: package up git-clang-format
This helper script enables the use of `git clang-format` for changes which is helpful for re-formatting commits, including those for the Swift toolchain.
1 parent b303e45 commit 647fe54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platforms/Windows/cli/cli.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\clang-format.exe" />
3131
</Component>
3232

33+
<Component>
34+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\git-clang-format" />
35+
</Component>
36+
3337
<Component>
3438
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\clang-tidy.exe" />
3539
</Component>

0 commit comments

Comments
 (0)