chore(mach): update the required clang-format version to 12

This commit is contained in:
yvt 2021-10-04 09:39:31 +09:00
parent 527409e830
commit 8f38a44ee7

View file

@ -49,7 +49,7 @@ WEB_PLATFORM_TESTS_PATH = os.path.join("tests", "wpt", "web-platform-tests")
SERVO_TESTS_PATH = os.path.join("tests", "wpt", "mozilla", "tests")
CLANGFMT_CPP_DIRS = ["support/hololens/"]
CLANGFMT_VERSION = "11"
CLANGFMT_VERSION = "12"
TEST_SUITES = OrderedDict([
("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False,