15 lines
328 B
YAML
Executable File
15 lines
328 B
YAML
Executable File
---
|
|
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'
|