Files
project_6_layerwiseSplit_wi…/upstream_ref/xllm/.clang-format
2026-09-02 07:03:56 +00:00

14 lines
276 B
YAML

Language: Cpp
BasedOnStyle: Google
UseTab: Never
IndentWidth: 2
ColumnLimit: 80
BinPackParameters: false
BinPackArguments: false
ExperimentalAutoDetectBinPacking: false
AllowAllParametersOfDeclarationOnNextLine: false
DerivePointerAlignment: false
PointerAlignment: Left
...