2019-12-03 23:16:06 +00:00
|
|
|
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
|
2020-01-22 23:52:34 +00:00
|
|
|
SortIncludes: false
|