mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00

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>
9 lines
193 B
JSON
9 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"
|
|
}
|
|
}
|