Skip to content

Commit cf1cc40

Browse files
Updated pre-commit-clang-format (#382)
Co-authored-by: Vinayak Yadav <[email protected]>
1 parent cc1b835 commit cf1cc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

githooks/pre-commit-clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
RECOMMENDED_CLANG_FORMAT_MAJOR="11"
2525

2626
function find_clang_format() {
27-
for version in 11 12 13 14; do
27+
for version in 11 12 13 14 15; do
2828
program=`which clang-format-$version 2>/dev/null`
2929
if [ ! -z "$program" ]; then
3030
echo "$program"

0 commit comments

Comments
 (0)