19 lines
521 B
YAML
19 lines
521 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 120
|
|
AllowShortLoopsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
AlignConsecutiveDeclarations:
|
|
Enabled: true
|
|
AcrossEmptyLines: false
|
|
AcrossComments: false
|
|
AlignCompound: false
|
|
AlignFunctionPointers: false
|
|
PadOperators: false
|
|
AlignConsecutiveMacros: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
SeparateDefinitionBlocks: Always
|