28 lines
668 B
Plaintext
28 lines
668 B
Plaintext
|
---
|
||
|
BasedOnStyle: LLVM
|
||
|
AccessModifierOffset: '2'
|
||
|
AlignAfterOpenBracket: Align
|
||
|
AlignConsecutiveAssignments: 'true'
|
||
|
AlignOperands: 'false'
|
||
|
AlignTrailingComments: 'true'
|
||
|
SortIncludes: 'false'
|
||
|
ColumnLimit: '0'
|
||
|
IndentCaseLabels: 'true'
|
||
|
IndentWidth: '2'
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
||
|
MaxEmptyLinesToKeep: '2'
|
||
|
SpaceAfterCStyleCast: 'false'
|
||
|
SpaceBeforeAssignmentOperators: 'true'
|
||
|
SpaceBeforeParens: Never
|
||
|
SpaceInEmptyParentheses: 'false'
|
||
|
SpacesBeforeTrailingComments: '2'
|
||
|
SpacesInAngles: 'false'
|
||
|
SpacesInCStyleCastParentheses: 'false'
|
||
|
SpacesInContainerLiterals: 'false'
|
||
|
SpacesInParentheses: 'false'
|
||
|
SpacesInSquareBrackets: 'false'
|
||
|
TabWidth: '2'
|
||
|
UseTab: Never
|
||
|
|
||
|
...
|