23 lines
553 B
YAML
23 lines
553 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 120
|
|
BreakBeforeBraces: Attach
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortLambdasOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: false
|
|
IndentCaseLabels: true
|
|
SpaceBeforeParens: ControlStatements
|
|
PointerAlignment: Left
|
|
SortIncludes: true
|
|
IncludeBlocks: Preserve
|
|
ReflowComments: true
|
|
AlignTrailingComments: true
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|