33 lines
834 B
YAML
33 lines
834 B
YAML
BasedOnStyle: LLVM
|
|
|
|
Language: Cpp
|
|
Standard: Cpp11
|
|
|
|
AccessModifierOffset: -1
|
|
AlignEscapedNewlines: Left
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BinPackParameters: false
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
BreakBeforeTernaryOperators: true
|
|
BreakConstructorInitializers: AfterColon
|
|
BreakInheritanceList: AfterColon
|
|
ColumnLimit: 120
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ContinuationIndentWidth: 4
|
|
DerivePointerAlignment: false
|
|
IndentCaseLabels: true
|
|
IndentPPDirectives: None
|
|
IndentWidth: 4
|
|
MaxEmptyLinesToKeep: 1
|
|
PointerAlignment: Left
|
|
ReflowComments: true
|
|
SortIncludes: false
|
|
SortUsingDeclarations: true
|
|
SpaceAfterTemplateKeyword: false
|
|
SpacesBeforeTrailingComments: 2
|
|
TabWidth: 4
|
|
UseTab: Never
|