-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
src: formatting of C++ files #45933
Copy link
Copy link
Closed
Labels
lib / srcIssues and PRs involving general changes in the lib/ or src/ directories.Issues and PRs involving general changes in the lib/ or src/ directories.
Description
Activity
Metadata
Metadata
Assignees
Labels
lib / srcIssues and PRs involving general changes in the lib/ or src/ directories.Issues and PRs involving general changes in the lib/ or src/ directories.
The Node.js project has a
.clang-formatfile to keep the C++ files in a consistent format, but it seems to be mostly unused as most of the C++ files in thesrc/directory does not seem to have these formatting rules applied to them, is there a specific reason for this?Are there any formatting rules specific to the Node.js C++ codebase styling rules that tools like
clang-formatcan't already follow?