2017-03-13 13:28:22 +00:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
2019-12-27 16:12:01 +00:00
|
|
|
AlignConsecutiveAssignments: true
|
2017-03-13 13:28:22 +00:00
|
|
|
AlignConsecutiveDeclarations: true
|
|
|
|
AlignEscapedNewlinesLeft: true
|
|
|
|
AlignOperands: true
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
2019-05-06 21:23:51 +00:00
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
2017-03-13 13:28:22 +00:00
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
2019-03-27 14:09:09 +00:00
|
|
|
AlwaysBreakTemplateDeclarations: true
|
2017-03-20 13:30:38 +00:00
|
|
|
BinPackArguments: true
|
2017-03-13 13:28:22 +00:00
|
|
|
BinPackParameters: true
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
BreakBeforeTernaryOperators: false
|
|
|
|
BreakConstructorInitializersBeforeComma: false
|
|
|
|
BreakStringLiterals: false
|
|
|
|
ColumnLimit: 100
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
ConstructorInitializerIndentWidth: 8
|
2017-03-20 13:30:38 +00:00
|
|
|
ContinuationIndentWidth: 8
|
2017-03-13 13:28:22 +00:00
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
DisableFormat: false
|
|
|
|
ForEachMacros: [ BOOST_FOREACH ]
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentWidth: 4
|
|
|
|
IndentWrappedFunctionNames: false
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
|
|
Language: Cpp
|
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
NamespaceIndentation: Inner
|
|
|
|
PointerAlignment: Left
|
|
|
|
ReflowComments: false
|
|
|
|
SortIncludes: true
|
|
|
|
SpaceAfterCStyleCast: true
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
SpaceBeforeParens: Never
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
SpacesInAngles: false
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInParentheses: true
|
|
|
|
SpacesInSquareBrackets: false
|
|
|
|
Standard: Cpp11
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: Never
|