mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
7e00be7650
This reverts commit c3e1c31baa
.
PR-URL: https://github.com/nodejs/node/pull/54994
Refs: https://github.com/nodejs/node/pull/53957
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"name": "node-core-clang-format",
|
|
"version": "1.0.0",
|
|
"description": "Formatting C++ files for Node.js core",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clang-format": "^1.8.0"
|
|
}
|
|
}
|