31 lines
847 B
YAML
31 lines
847 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 120
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BreakBeforeBraces: Linux
|
|
SpaceBeforeParens: ControlStatements
|
|
SpacesInParentheses: false
|
|
SpacesInSquareBrackets: false
|
|
SpacesInAngles: false
|
|
SpaceAfterCStyleCast: false
|
|
SpaceBeforeAssignmentOperators: true
|
|
PointerAlignment: Left
|
|
AlignConsecutiveAssignments: false
|
|
AlignConsecutiveDeclarations: false
|
|
AlignTrailingComments: true
|
|
AlignOperands: true
|
|
AlwaysBreakAfterReturnType: None
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
Cpp11BracedListStyle: false
|
|
DerivePointerAlignment: false
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
SortIncludes: false
|
|
IncludeBlocks: Preserve
|
|
IndentCaseLabels: true
|
|
IndentGotoLabels: false
|
|
IndentPPDirectives: None
|
|
MaxEmptyLinesToKeep: 1
|
|
SpacesBeforeTrailingComments: 1 |