Skip to content

Commit

Permalink
tools: update clang-format from 1.2.3 to 1.6.0
Browse files Browse the repository at this point in the history
PR-URL: #42685
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott committed Apr 12, 2022
1 parent d49df5c commit 45162bf
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 21 deletions.
246 changes: 226 additions & 20 deletions tools/clang-format/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/clang-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "Formatting C++ files for Node.js core",
"license": "MIT",
"dependencies": {
"clang-format": "1.2.3"
"clang-format": "^1.6.0"
}
}

0 comments on commit 45162bf

Please sign in to comment.