14 lines
425 B
YAML
14 lines
425 B
YAML
BasedOnStyle: LLVM
|
|
BreakBeforeBraces: Allman
|
|
AccessModifierOffset: -4
|
|
IndentWidth: 4
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
NamespaceIndentation: All
|
|
SpaceAfterTemplateKeyword: false
|
|
PointerAlignment: Left
|
|
ReferenceAlignment: Left
|
|
SpaceAfterControlStatementKeyword: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
SpaceBeforeCtorInitializerColon: false
|
|
SpaceBeforeInheritanceColon: false
|
|
SpaceBeforeRangeBasedForLoopColon: false
|