24 lines
468 B
Plaintext
24 lines
468 B
Plaintext
|
|
BasedOnStyle: LLVM
|
||
|
|
IndentWidth: 4
|
||
|
|
TabWidth: 4
|
||
|
|
UseTab: Never
|
||
|
|
ColumnLimit: 100
|
||
|
|
|
||
|
|
BreakBeforeBraces: Attach
|
||
|
|
BraceWrapping:
|
||
|
|
AfterFunction: false
|
||
|
|
AfterControlStatement: false
|
||
|
|
|
||
|
|
SpaceAfterCStyleCast: false
|
||
|
|
SpaceBeforeParens: ControlStatements
|
||
|
|
SpaceInEmptyParentheses: false
|
||
|
|
SpacesInCStyleCastParentheses: false
|
||
|
|
|
||
|
|
AlignConsecutiveAssignments: Consecutive
|
||
|
|
AlignConsecutiveDeclarations: Consecutive
|
||
|
|
|
||
|
|
PointerAlignment: Right
|
||
|
|
|
||
|
|
SortIncludes: CaseSensitive
|
||
|
|
IncludeBlocks: Regroup
|