mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01: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>
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"
|
|
}
|
|
}
|