Skip to content

Commit b3d7dc1

Browse files
RaisinTendanielleadams
authored andcommitted
tools: update clang-format 1.7.0 to 1.8.0
v1.7.0 was shipping ARM64 binaries for macOS which doesn't run on Intel Macs. v1.8.0 moved back to x86_64 binaries which works on both Intel and M1 Macs. Signed-off-by: Darshan Sen <[email protected]> PR-URL: #43241 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 69ce503 commit b3d7dc1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

tools/clang-format/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/clang-format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"description": "Formatting C++ files for Node.js core",
55
"license": "MIT",
66
"dependencies": {
7-
"clang-format": "^1.7.0"
7+
"clang-format": "^1.8.0"
88
}
99
}

0 commit comments

Comments
 (0)