From 332de00336096475aefb0dcbefa4e006aaff0ed4 Mon Sep 17 00:00:00 2001 From: yvt Date: Sat, 16 Oct 2021 10:17:15 +0900 Subject: chore(mach): update the required clang-format version to 13 --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index ae3bd0f6d2a..c5d8404eb83 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 = "12" +CLANGFMT_VERSION = "13" TEST_SUITES = OrderedDict([ ("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False, -- cgit v1.2.3