9 lines
219 B
YAML
9 lines
219 B
YAML
BasedOnStyle: LLVM
|
|
UseTab: Always
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 100
|
|
PenaltyReturnTypeOnItsOwnLine: 1000000
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
SeparateDefinitionBlocks: Always
|