We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde23f1 commit bdcf056Copy full SHA for bdcf056
runClangFormat.sh
@@ -18,7 +18,7 @@
18
set -e
19
(
20
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"
+ ACCEPTABLE_CLANG_FORMATS="${PREFERRED_CLANG_FORMAT} clang-format-11 clang-format-12 clang-format-13 clang-format-14 clang-format-15 clang-format"
22
cd "$(dirname $0)"
23
if [ ! "${CLANGFORMAT}" ]; then
24
for tool in ${ACCEPTABLE_CLANG_FORMATS}; do
0 commit comments