Skip to content

Commit 8630a66

Browse files
committed
fix: fix windows cpp lint and cpp format tool install cmd
1 parent cd713d1 commit 8630a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ready_mate_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"windows": {
99
"support": true,
1010
"installer": "choco",
11-
"cmd": "install"
11+
"cmd": "install llvm"
1212
},
1313
"linux": {
1414
"support": true,
@@ -26,7 +26,7 @@
2626
"windows": {
2727
"support": true,
2828
"installer": "choco",
29-
"cmd": "install clang-format"
29+
"cmd": "install llvm"
3030
},
3131
"linux": {
3232
"support": true,

0 commit comments

Comments
 (0)