Skip to content

Commit bdcf056

Browse files
committed
clang-format: Add clang-format-15 as acceptable clang formats
Signed-off-by: utzcoz <[email protected]>
1 parent dde23f1 commit bdcf056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runClangFormat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
set -e
1919
(
2020
PREFERRED_CLANG_FORMAT=clang-format-10
21-
ACCEPTABLE_CLANG_FORMATS="${PREFERRED_CLANG_FORMAT} clang-format-11 clang-format-12 clang-format-13 clang-format-14 clang-format"
21+
ACCEPTABLE_CLANG_FORMATS="${PREFERRED_CLANG_FORMAT} clang-format-11 clang-format-12 clang-format-13 clang-format-14 clang-format-15 clang-format"
2222
cd "$(dirname $0)"
2323
if [ ! "${CLANGFORMAT}" ]; then
2424
for tool in ${ACCEPTABLE_CLANG_FORMATS}; do

0 commit comments

Comments
 (0)