From 8f38a44ee72c3e70c3050bbbffaf91ddd6384979 Mon Sep 17 00:00:00 2001 From: yvt Date: Mon, 4 Oct 2021 09:39:31 +0900 Subject: [PATCH] chore(mach): update the required clang-format version to 12 --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 3fe720b21e6..ae3bd0f6d2a 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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,