2020-10-03 14:07:26 +00:00
|
|
|
---
|
|
|
|
BasedOnStyle: WebKit
|
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AlignConsecutiveMacros: 'true'
|
|
|
|
AlignConsecutiveAssignments: 'true'
|
|
|
|
AlignConsecutiveDeclarations: 'true'
|
2020-10-07 15:13:28 +00:00
|
|
|
AlignEscapedNewlines: Right
|
2020-10-03 14:07:26 +00:00
|
|
|
AlignOperands: 'true'
|
|
|
|
AlignTrailingComments: 'true'
|
|
|
|
AllowAllArgumentsOnNextLine: 'true'
|
|
|
|
AllowAllConstructorInitializersOnNextLine: 'true'
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
|
|
|
AllowShortBlocksOnASingleLine: 'true'
|
|
|
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
|
|
AllowShortLambdasOnASingleLine: Empty
|
|
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
AlwaysBreakBeforeMultilineStrings: 'false'
|
|
|
|
AlwaysBreakTemplateDeclarations: 'Yes'
|
|
|
|
BinPackArguments: 'false'
|
|
|
|
BinPackParameters: 'false'
|
|
|
|
BreakBeforeBinaryOperators: None
|
|
|
|
BreakBeforeTernaryOperators: 'true'
|
|
|
|
BreakConstructorInitializers: BeforeColon
|
|
|
|
BreakInheritanceList: BeforeColon
|
|
|
|
BreakStringLiterals: 'true'
|
|
|
|
ColumnLimit: '80'
|
|
|
|
CompactNamespaces: 'false'
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
|
|
|
|
ConstructorInitializerIndentWidth: '2'
|
|
|
|
ContinuationIndentWidth: '2'
|
|
|
|
Cpp11BracedListStyle: 'true'
|
|
|
|
FixNamespaceComments: 'true'
|
|
|
|
IncludeBlocks: Regroup
|
|
|
|
IndentCaseLabels: 'true'
|
|
|
|
IndentPPDirectives: AfterHash
|
|
|
|
IndentWidth: '2'
|
|
|
|
IndentWrappedFunctionNames: 'true'
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
|
|
|
MaxEmptyLinesToKeep: '2'
|
|
|
|
NamespaceIndentation: All
|
|
|
|
PointerAlignment: Right
|
|
|
|
ReflowComments: 'true'
|
|
|
|
SortIncludes: 'true'
|
|
|
|
SortUsingDeclarations: 'true'
|
|
|
|
SpaceAfterCStyleCast: 'false'
|
|
|
|
SpaceAfterLogicalNot: 'false'
|
|
|
|
SpaceAfterTemplateKeyword: 'false'
|
|
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
|
|
SpaceBeforeCpp11BracedList: 'false'
|
|
|
|
SpaceBeforeCtorInitializerColon: 'false'
|
|
|
|
SpaceBeforeInheritanceColon: 'false'
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceBeforeRangeBasedForLoopColon: 'true'
|
|
|
|
SpaceInEmptyParentheses: 'false'
|
|
|
|
SpacesBeforeTrailingComments: '1'
|
|
|
|
SpacesInAngles: 'false'
|
|
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
|
|
SpacesInContainerLiterals: 'false'
|
|
|
|
SpacesInParentheses: 'false'
|
|
|
|
SpacesInSquareBrackets: 'false'
|
|
|
|
Standard: Auto
|
|
|
|
TabWidth: '2'
|
|
|
|
UseTab: ForIndentation
|
|
|
|
|
|
|
|
...
|