[clang] [clang-format] add option to bin-pack keyworded parameters (PR #131605)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 17 12:52:31 PDT 2025
================
@@ -349,6 +349,10 @@ bool ContinuationIndenter::canBreak(const LineState &State) {
}
}
+ // Don't break between function parameter keywords and parameter names
----------------
HazardyKnusperkeks wrote:
```suggestion
// Don't break between function parameter keywords and parameter names.
```
https://github.com/llvm/llvm-project/pull/131605
More information about the cfe-commits
mailing list