The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

scripts: Support clang-format12-14

Signed-off-by: utzcoz <utzcoz@outlook.com>

authored by

utzcoz and committed by
Jakob Bornecrantz
0da76e64 c1f4f41d

+1 -1
+1 -1
scripts/format-project.sh
··· 8 8 set -e 9 9 10 10 if [ ! "${CLANGFORMAT}" ]; then 11 - for fn in clang-format-11 clang-format-10 clang-format-9 clang-format-8 clang-format-7 clang-format-6.0 clang-format; do 11 + for fn in clang-format-14 clang-format-13 clang-format-12 clang-format-11 clang-format-10 clang-format-9 clang-format-8 clang-format-7 clang-format-6.0 clang-format; do 12 12 if command -v $fn > /dev/null; then 13 13 CLANGFORMAT=$fn 14 14 break