fix: add default versions for clangtidy and clangformat

This commit is contained in:
Amin Yahyaabadi 2022-01-29 15:46:53 -08:00
parent aba33ce056
commit 60472486f4
3 changed files with 4 additions and 2 deletions

2
dist/setup_cpp.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2,6 +2,8 @@ const DefaultVersions: Record<string, string> = {
msvc: "2019",
vcvarsall: "2019",
llvm: "13.0.0",
clangtidy: "13.0.0",
clangformat: "13.0.0",
ninja: "1.10.2",
cmake: "3.22.1",
gcovr: "5.0",