0ca9530afa
(cherry picked from commit 9ef70b2ad49ff5a9a50ee7748c459bc9be6e2722)
17 lines
530 B
YAML
17 lines
530 B
YAML
Language: Cpp
|
|
BasedOnStyle: Google
|
|
ColumnLimit: 120
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakConstructorInitializers: AfterColon
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ExperimentalAutoDetectBinPacking: false
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
DerivePointerAlignment: false
|
|
SortIncludes: false
|