2021-01-02 14:38:46 +01:00
|
|
|
BasedOnStyle: WebKit
|
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: ForIndentation
|
|
|
|
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
|
|
|
|
AlignAfterOpenBracket: true
|
|
|
|
AlignConsecutiveAssignments: true
|
|
|
|
AlignConsecutiveDeclarations: true
|
|
|
|
AlignConsecutiveMacros: true
|
|
|
|
AlignOperands: true
|
|
|
|
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
|
|
|
|
NamespaceIndentation: Inner
|
|
|
|
|
|
|
|
SpaceAfterCStyleCast: false
|
2021-01-03 00:25:10 +01:00
|
|
|
SpaceBeforeParens: Never
|
2021-01-02 14:38:46 +01:00
|
|
|
SpaceInEmptyParentheses: true
|
|
|
|
SpacesInAngles: true
|
|
|
|
SpacesInParentheses: true
|
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentWrappedFunctionNames: true
|
|
|
|
|
|
|
|
PointerAlignment: Right
|
|
|
|
|
|
|
|
ColumnLimit: 0
|
|
|
|
BinPackArguments: false
|