15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
|
---
|
||
|
BasedOnStyle: LLVM
|
||
|
AlignOperands: 'true'
|
||
|
IndentWidth: '4'
|
||
|
IndentWrappedFunctionNames: 'true'
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
||
|
TabWidth: '4'
|
||
|
UseTab: Always
|
||
|
ColumnLimit: '0'
|
||
|
PointerAlignment: Left
|
||
|
BreakConstructorInitializers: BeforeComma
|
||
|
AccessModifierOffset: -4
|
||
|
SortIncludes: 'false'
|
||
|
SortUsingDeclarations: 'false'
|