mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
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:
@ -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}
|
||||
|
Reference in New Issue
Block a user