mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
linter: Bump clang-format version to 19.1
This commit is contained in:
@ -18,8 +18,8 @@ if ! [ -x "$(command -v $GIT)" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
REQUIRED_CLANG_FORMAT_MAJOR=13
|
||||
REQUIRED_CLANG_FORMAT_MINOR=0
|
||||
REQUIRED_CLANG_FORMAT_MAJOR=19
|
||||
REQUIRED_CLANG_FORMAT_MINOR=1
|
||||
CLANG_FORMAT=clang-format
|
||||
CLANG_FORMAT_MAJOR=clang-format-${REQUIRED_CLANG_FORMAT_MAJOR}
|
||||
CLANG_FORMAT_MAJOR_MINOR=${CLANG_FORMAT_MAJOR}.${REQUIRED_CLANG_FORMAT_MINOR}
|
||||
|
Reference in New Issue
Block a user