2020-10-25 03:42:16 +00:00
|
|
|
AlignAfterOpenBracket: DontAlign
|
|
|
|
AlignEscapedNewlines: DontAlign
|
2021-06-12 03:58:28 +01:00
|
|
|
AlignOperands: DontAlign
|
|
|
|
AllowShortBlocksOnASingleLine: Always
|
2020-10-25 03:42:16 +00:00
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
2021-06-12 03:58:28 +01:00
|
|
|
AllowShortEnumsOnASingleLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
2020-10-25 03:42:16 +00:00
|
|
|
AlwaysBreakAfterDefinitionReturnType: TopLevel
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
|
|
|
BreakBeforeBraces: WebKit
|
2020-09-09 19:09:09 +01:00
|
|
|
IndentCaseLabels: false
|
2020-10-25 03:42:16 +00:00
|
|
|
TabWidth: 4
|
|
|
|
IndentWidth: 4
|
2020-09-09 19:09:09 +01:00
|
|
|
ContinuationIndentWidth: 4
|
2020-10-25 03:42:16 +00:00
|
|
|
UseTab: ForContinuationAndIndentation
|
|
|
|
ColumnLimit: 0
|
|
|
|
ReflowComments: false
|
|
|
|
SortIncludes: false
|
|
|
|
SpaceBeforeParens: false
|