[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:30 PDT 2025
================
@@ -5435,7 +5470,10 @@ struct FormatStyle {
VerilogBreakBetweenInstancePorts ==
R.VerilogBreakBetweenInstancePorts &&
WhitespaceSensitiveMacros == R.WhitespaceSensitiveMacros &&
- WrapNamespaceBodyWithEmptyLines == R.WrapNamespaceBodyWithEmptyLines;
+ WrapNamespaceBodyWithEmptyLines ==
+ R.WrapNamespaceBodyWithEmptyLines &&
+ FunctionDeclarationsWithKeywords ==
----------------
HazardyKnusperkeks wrote:
Same
https://github.com/llvm/llvm-project/pull/131605
More information about the cfe-commits
mailing list