Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
610a6d6e
Unverified
Commit
610a6d6e
authored
Sep 19, 2025
by
Yineng Zhang
Committed by
GitHub
Sep 19, 2025
Browse files
fix: resolve sync issue (#10668)
parent
36efd5be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
2 deletions
+30
-2
python/sglang/srt/speculative/cpp_lookahead/.clang-format
python/sglang/srt/speculative/cpp_lookahead/.clang-format
+15
-1
python/sglang/srt/speculative/cpp_lookahead/.clang-format
python/sglang/srt/speculative/cpp_lookahead/.clang-format
+15
-1
No files found.
python/sglang/srt/speculative/cpp_lookahead/.clang-format
deleted
120000 → 0
View file @
36efd5be
../../../../../sgl-kernel/.clang-format
\ No newline at end of file
python/sglang/srt/speculative/cpp_lookahead/.clang-format
0 → 100644
View file @
610a6d6e
BasedOnStyle: Google
IndentWidth: 2
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: Empty
DerivePointerAlignment: false
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
PenaltyBreakBeforeFirstCallParameter: 1 # Encourages breaking before the first argument
PenaltyReturnTypeOnItsOwnLine: 100 # Keeps return type with function name
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment