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

Annotation of acopm/.clang-format, Revision 1.1.1.1

1.1       bountyht    1: BasedOnStyle:                               LLVM
                      2: Language:                                   Cpp
                      3: Standard:                                   Auto
                      4:
                      5: AlignAfterOpenBracket:                      Align
                      6: AlignConsecutiveAssignments:                true
                      7: AlignConsecutiveDeclarations:               false
                      8: AlignEscapedNewlines:                       Left
                      9: AlignOperands:                              true
                     10: AlignTrailingComments:                      false
                     11: AllowAllParametersOfDeclarationOnNextLine:  false
                     12: AllowShortBlocksOnASingleLine:              false
                     13: AllowShortCaseLabelsOnASingleLine:          false
                     14: AllowShortFunctionsOnASingleLine:           None
                     15: AllowShortIfStatementsOnASingleLine:        false
                     16: AllowShortLoopsOnASingleLine:               false
                     17: AlwaysBreakAfterReturnType:                 AllDefinitions
                     18: AlwaysBreakBeforeMultilineStrings:          false
                     19: BinPackArguments:                           true
                     20: BinPackParameters:                          true
                     21: BraceWrapping:                              { AfterControlStatement : 'true', AfterEnum : 'true', AfterFunction : 'true', AfterStruct : 'true', AfterUnion : 'true', BeforeElse : 'true' }
                     22: BreakBeforeBinaryOperators:                 None
                     23: BreakBeforeBraces:                          Custom
                     24: BreakBeforeTernaryOperators:                false
                     25: BreakStringLiterals:                        true
                     26: ColumnLimit:                                118
                     27: ContinuationIndentWidth:                    0
                     28: DerivePointerAlignment:                     false
                     29: ForEachMacros:                              [ 'for', 'LL_FOREACH', 'LL_FOREACH_SAFE', 'DL_FOREACH', 'DL_FOREACH_SAFE', 'CDL_FOREACH', 'CDL_FOREACH_SAFE', 'HASH_ITER' ]
                     30: IndentCaseLabels:                           true
                     31: IndentWidth:                                8
                     32: IndentWrappedFunctionNames:                 false
                     33: KeepEmptyLinesAtTheStartOfBlocks:           true
                     34: MaxEmptyLinesToKeep:                        1
                     35: PenaltyBreakAssignment:                     0
                     36: PenaltyBreakBeforeFirstCallParameter:       250
                     37: PenaltyBreakComment:                        0
                     38: PenaltyBreakFirstLessLess:                  0
                     39: PenaltyBreakString:                         0
                     40: PenaltyExcessCharacter:                     250
                     41: PenaltyReturnTypeOnItsOwnLine:              0
                     42: PointerAlignment:                           Right
                     43: ReflowComments:                             true
                     44: SortIncludes:                               true
                     45: SpaceAfterCStyleCast:                       true
                     46: SpaceBeforeAssignmentOperators:             true
                     47: SpaceBeforeParens:                          ControlStatements
                     48: SpaceInEmptyParentheses:                    false
                     49: SpacesBeforeTrailingComments:               4
                     50: SpacesInCStyleCastParentheses:              false
                     51: SpacesInParentheses:                        false
                     52: SpacesInSquareBrackets:                     false
                     53: TabWidth:                                   8
                     54: UseTab:                                     ForIndentation

CVSweb