11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
|
BasedOnStyle: LLVM
|
||
|
ColumnLimit: 80
|
||
|
IndentWidth: 4
|
||
|
TabWidth: 4
|
||
|
UseTab: ForContinuationAndIndentation
|
||
|
SpaceAfterCStyleCast: true
|
||
|
AlignAfterOpenBracket: DontAlign
|
||
|
AlignOperands: DontAlign
|
||
|
AlignConsecutiveMacros: Consecutive
|
||
|
Cpp11BracedListStyle: false
|