lint: update to clang-format-13

This commit is contained in:
Pierre Bourdon 2023-02-02 04:56:08 +01:00
parent 69b178e95f
commit c92de420ef
No known key found for this signature in database
GPG key ID: 6FB80DCD84DA0F1C
3 changed files with 18 additions and 17 deletions

View file

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