13 lines
323 B
Text
13 lines
323 B
Text
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 4
|
||
|
ColumnLimit: 2000
|
||
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
MaxEmptyLinesToKeep: 2
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
BeforeElse: true
|
||
|
AlignEscapedNewlines: Left
|
||
|
UseTab: ForContinuationAndIndentation
|
||
|
#PPDirectiveIndentStyle: AfterHash
|