54 lines
1.5 KiB
Plaintext
54 lines
1.5 KiB
Plaintext
|
BasedOnStyle: LLVM
|
||
|
AccessModifierOffset: -4
|
||
|
AlignAfterOpenBracket: DontAlign
|
||
|
AlignConsecutiveDeclarations: true
|
||
|
AlignEscapedNewlinesLeft: true
|
||
|
AlignOperands: true
|
||
|
AlignTrailingComments: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortCaseLabelsOnASingleLine: true
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
AlwaysBreakTemplateDeclarations: false
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: true
|
||
|
BreakBeforeBinaryOperators: NonAssignment
|
||
|
BreakBeforeBraces: Allman
|
||
|
BreakBeforeTernaryOperators: false
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
BreakStringLiterals: false
|
||
|
ColumnLimit: 100
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
ConstructorInitializerIndentWidth: 8
|
||
|
ContinuationIndentWidth: 4
|
||
|
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
|