10 lines
186 B
YAML
10 lines
186 B
YAML
BasedOnStyle: llvm
|
|
IndentWidth: 4
|
|
|
|
AlignAfterOpenBracket: BlockIndent
|
|
BinPackParameters: OnePerLine
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterFunction: true
|
|
PointerAlignment: Left
|