2016-07-12 03:33:58 +00:00
|
|
|
BasedOnStyle: LLVM
|
2017-01-11 04:30:34 +00:00
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 4
|
2016-07-12 03:33:58 +00:00
|
|
|
UseTab: Always
|
|
|
|
BreakBeforeBraces: Attach
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
IndentCaseLabels: false
|
2017-01-11 04:30:34 +00:00
|
|
|
SortIncludes: false
|
|
|
|
ColumnLimit: 80
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
2021-06-18 15:59:08 +00:00
|
|
|
BinPackParameters: true
|
|
|
|
BinPackArguments: true
|
2017-01-11 04:30:34 +00:00
|
|
|
ContinuationIndentWidth: 8
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
ReflowComments: false
|
2021-06-18 15:59:08 +00:00
|
|
|
AllowAllArgumentsOnNextLine: false
|
|
|
|
AlignOperands: DontAlign
|