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

This commit is contained in:
yvt 2021-10-16 10:17:15 +09:00
parent 044862cfc6
commit 332de00336

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 = "12"
CLANGFMT_VERSION = "13"
TEST_SUITES = OrderedDict([
("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False,