Update clang-format to version 12

12 is the latest release and various editors (VS, VSCode and CLion)
ship with clang-format 12 by default.
This commit is contained in:
Léo Lam
2021-08-30 00:17:24 +02:00
parent 006fc99e8e
commit 815b590dfe
5 changed files with 13 additions and 16 deletions

View File

@ -9,7 +9,7 @@ if ! [ -x "$(command -v git)" ]; then
exit 1
fi
REQUIRED_CLANG_FORMAT_MAJOR=10
REQUIRED_CLANG_FORMAT_MAJOR=12
REQUIRED_CLANG_FORMAT_MINOR=0
CLANG_FORMAT=clang-format
CLANG_FORMAT_MAJOR=clang-format-${REQUIRED_CLANG_FORMAT_MAJOR}