11 lines
255 B
Text
11 lines
255 B
Text
|
BasedOnStyle: LLVM
|
||
|
UseTab: Always
|
||
|
IndentWidth: 4
|
||
|
TabWidth: 4
|
||
|
BreakBeforeBraces: Attach
|
||
|
ColumnLimit: 100
|
||
|
PenaltyReturnTypeOnItsOwnLine: 1000000
|
||
|
AlwaysBreakAfterDefinitionReturnType: None
|
||
|
SeparateDefinitionBlocks: Always
|
||
|
AlignConsecutiveMacros: Consecutive
|