[BACK]Return to .clang-format CVS log [TXT][DIR] Up to [local] / acopm

File: [local] / acopm / .clang-format (download)

Revision 1.1, Sat May 8 15:42:17 2021 UTC (2 years, 11 months ago) by bountyht
Branch point for: MAIN

Initial revision

BasedOnStyle:                               LLVM
Language:                                   Cpp
Standard:                                   Auto

AlignAfterOpenBracket:                      Align
AlignConsecutiveAssignments:                true
AlignConsecutiveDeclarations:               false
AlignEscapedNewlines:                       Left
AlignOperands:                              true
AlignTrailingComments:                      false
AllowAllParametersOfDeclarationOnNextLine:  false
AllowShortBlocksOnASingleLine:              false
AllowShortCaseLabelsOnASingleLine:          false
AllowShortFunctionsOnASingleLine:           None
AllowShortIfStatementsOnASingleLine:        false
AllowShortLoopsOnASingleLine:               false
AlwaysBreakAfterReturnType:                 AllDefinitions
AlwaysBreakBeforeMultilineStrings:          false
BinPackArguments:                           true
BinPackParameters:                          true
BraceWrapping:                              { AfterControlStatement : 'true', AfterEnum : 'true', AfterFunction : 'true', AfterStruct : 'true', AfterUnion : 'true', BeforeElse : 'true' }
BreakBeforeBinaryOperators:                 None
BreakBeforeBraces:                          Custom
BreakBeforeTernaryOperators:                false
BreakStringLiterals:                        true
ColumnLimit:                                118
ContinuationIndentWidth:                    0
DerivePointerAlignment:                     false
ForEachMacros:                              [ 'for', 'LL_FOREACH', 'LL_FOREACH_SAFE', 'DL_FOREACH', 'DL_FOREACH_SAFE', 'CDL_FOREACH', 'CDL_FOREACH_SAFE', 'HASH_ITER' ]
IndentCaseLabels:                           true
IndentWidth:                                8
IndentWrappedFunctionNames:                 false
KeepEmptyLinesAtTheStartOfBlocks:           true
MaxEmptyLinesToKeep:                        1
PenaltyBreakAssignment:                     0
PenaltyBreakBeforeFirstCallParameter:       250
PenaltyBreakComment:                        0
PenaltyBreakFirstLessLess:                  0
PenaltyBreakString:                         0
PenaltyExcessCharacter:                     250
PenaltyReturnTypeOnItsOwnLine:              0
PointerAlignment:                           Right
ReflowComments:                             true
SortIncludes:                               true
SpaceAfterCStyleCast:                       true
SpaceBeforeAssignmentOperators:             true
SpaceBeforeParens:                          ControlStatements
SpaceInEmptyParentheses:                    false
SpacesBeforeTrailingComments:               4
SpacesInCStyleCastParentheses:              false
SpacesInParentheses:                        false
SpacesInSquareBrackets:                     false
TabWidth:                                   8
UseTab:                                     ForIndentation