From ec9f0769cbae28ba80db438a27cc467b1c2ab5ac Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Sat, 6 Aug 2022 00:48:15 -0400 Subject: [PATCH] Update clangfmt version. --- 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 188aca96e9b..a9065d06352 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 = "13" +CLANGFMT_VERSION = "14" TEST_SUITES = OrderedDict([ ("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False,