Files
sglang/sgl-kernel/.clang-format
2024-12-14 22:36:04 +08:00

9 lines
192 B
YAML

BasedOnStyle: Google
IndentWidth: 2
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: Empty
DerivePointerAlignment: false
PointerAlignment: Left
NamespaceIndentation: None
SortIncludes: true