| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9b78345 commit c8b7a64
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,11 +9,11 @@ AlignEscapedNewlines: Right | |||
| 9 | 9 | AlignOperands: true | |
| 10 | 10 | AlignTrailingComments: true | |
| 11 | 11 | AllowAllParametersOfDeclarationOnNextLine: true | |
| 12 | - AllowShortBlocksOnASingleLine: Never | ||
| 12 | + AllowShortBlocksOnASingleLine: false | ||
| 13 | 13 | AllowShortCaseLabelsOnASingleLine: false | |
| 14 | 14 | AllowShortFunctionsOnASingleLine: Inline | |
| 15 | 15 | AllowShortIfStatementsOnASingleLine: true | |
| 16 | - AllowShortLoopsOnASingleLine: false | ||
| 16 | + AllowShortLoopsOnASingleLine: true | ||
| 17 | 17 | AlwaysBreakAfterDefinitionReturnType: None | |
| 18 | 18 | AlwaysBreakAfterReturnType: None | |
| 19 | 19 | AlwaysBreakBeforeMultilineStrings: false | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,9 @@ | |||
| 1 | 1 | { | |
| 2 | + "name": "node-core-clang-format", | ||
| 3 | + "version": "1.0.0", | ||
| 2 | 4 | "description": "Formatting C++ files for Node.js core", | |
| 5 | + "license": "MIT", | ||
| 3 | 6 | "dependencies": { | |
| 4 | - "@wasm-fmt/clang-format": "^18.1.8" | ||
| 7 | + "clang-format": "^1.8.0" | ||
| 5 | 8 | } | |
| 6 | 9 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments