aboutsummaryrefslogblamecommitdiff
path: root/utils/.clang-format
blob: 0be45faec732d05f1a03e4d024e7d085fcf3106a (plain) (tree)


























































                                                             
Language: Cpp

AlignAfterOpenBracket:                      Align
AlignConsecutiveAssignments:                true
AlignConsecutiveBitFields:                  true
AlignConsecutiveDeclarations:               false
AlignConsecutiveMacros:                     true
AlignEscapedNewlines:                       Right
AlignOperands:                              Align
AlignTrailingComments:                      true
AllowAllArgumentsOnNextLine:                true
AllowAllParametersOfDeclarationOnNextLine:  true
AllowShortBlocksOnASingleLine:              Empty
AllowShortCaseLabelsOnASingleLine:          false
AllowShortEnumsOnASingleLine:               false
AllowShortFunctionsOnASingleLine:           Empty
AllowShortIfStatementsOnASingleLine:        Never
AllowShortLoopsOnASingleLine:               false
AlwaysBreakAfterReturnType:                 None
AlwaysBreakBeforeMultilineStrings:          false
BinPackArguments:                           true
BinPackParameters:                          true
BreakBeforeBinaryOperators:                 NonAssignment
BreakBeforeBraces:                          WebKit
BreakBeforeTernaryOperators:                true
BreakStringLiterals:                        true
ColumnLimit:                                80
ContinuationIndentWidth:                    4
DeriveLineEnding:                           false
DerivePointerAlignment:                     false
DisableFormat:                              false
IncludeBlocks:                              Preserve
IndentCaseBlocks:                           false
IndentCaseLabels:                           false
IndentExternBlock:                          Indent
IndentGotoLabels:                           false
IndentPPDirectives:                         AfterHash
IndentWidth:                                4
IndentWrappedFunctionNames:                 false
KeepEmptyLinesAtTheStartOfBlocks:           false
MaxEmptyLinesToKeep:                        2
PointerAlignment:                           Right
ReflowComments:                             true
SortIncludes:                               true
SpaceAfterCStyleCast:                       true
SpaceAfterLogicalNot:                       false
SpaceBeforeAssignmentOperators:             true
SpaceBeforeParens:                          ControlStatements
SpaceBeforeSquareBrackets:                  false
SpaceInEmptyBlock:                          false
SpaceInEmptyParentheses:                    false
SpacesBeforeTrailingComments:               1
SpacesInCStyleCastParentheses:              false
SpacesInConditionalStatement:               false
SpacesInParentheses:                        false
SpacesInSquareBrackets:                     false
TabWidth:                                   4
UseCRLF:                                    false
UseTab:                                     Never