2016-07-12 13:33:58 +10:00
|
|
|
BasedOnStyle: LLVM
|
2017-01-11 15:30:34 +11:00
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 4
|
2016-07-12 13:33:58 +10:00
|
|
|
UseTab: Always
|
|
|
|
BreakBeforeBraces: Attach
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
IndentCaseLabels: false
|
2017-01-11 15:30:34 +11:00
|
|
|
SortIncludes: false
|
|
|
|
ColumnLimit: 80
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
|
|
|
BinPackParameters: false
|
|
|
|
BinPackArguments: false
|
|
|
|
ContinuationIndentWidth: 8
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
ReflowComments: false
|