13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
|
BasedOnStyle: LLVM
|
||
|
BreakBeforeBraces: Allman
|
||
|
SortIncludes: false
|
||
|
UseTab: AlignWithSpaces
|
||
|
TabWidth: 4
|
||
|
IndentWidth: 4
|
||
|
ColumnLimit: 100
|
||
|
AlignConsecutiveMacros: true
|
||
|
AllowShortBlocksOnASingleLine: Empty
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
IndentPPDirectives: BeforeHash
|
||
|
PenaltyBreakAssignment: 25
|