From dab4663b4e14955e9579667228c7f11a01d04a90 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Fri, 19 Sep 2025 12:31:44 -0700 Subject: [PATCH] [Auto Sync] Update .clang-format (20250919) (#10670) Co-authored-by: github-actions[bot] --- .../sglang/srt/speculative/cpp_lookahead/.clang-format | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python/sglang/srt/speculative/cpp_lookahead/.clang-format b/python/sglang/srt/speculative/cpp_lookahead/.clang-format index afbd654a7..be44d89a6 100644 --- a/python/sglang/srt/speculative/cpp_lookahead/.clang-format +++ b/python/sglang/srt/speculative/cpp_lookahead/.clang-format @@ -7,9 +7,9 @@ PointerAlignment: Left NamespaceIndentation: None SortIncludes: true AllowShortLoopsOnASingleLine: false -BinPackParameters: false # Prevents packing parameters in declarations -BinPackArguments: false # Prevents packing arguments in function calls -AlignAfterOpenBracket: AlwaysBreak # Forces a break after the opening parenthesis -AlignOperands: Align # Aligns arguments vertically +BinPackParameters: false # Prevents packing parameters in declarations +BinPackArguments: false # Prevents packing arguments in function calls +AlignAfterOpenBracket: AlwaysBreak # Forces a break after the opening parenthesis +AlignOperands: Align # Aligns arguments vertically PenaltyBreakBeforeFirstCallParameter: 1 # Encourages breaking before the first argument -PenaltyReturnTypeOnItsOwnLine: 100 # Keeps return type with function name +PenaltyReturnTypeOnItsOwnLine: 100 # Keeps return type with function name