mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +00:00
chore(mach): update the required clang-format version to 12
This commit is contained in:
parent
527409e830
commit
8f38a44ee7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue