69 lines
2.1 KiB
Plaintext
69 lines
2.1 KiB
Plaintext
|
---
|
||
|
BasedOnStyle: WebKit
|
||
|
AlignAfterOpenBracket: Align
|
||
|
AlignConsecutiveMacros: 'true'
|
||
|
AlignConsecutiveAssignments: 'true'
|
||
|
AlignConsecutiveDeclarations: 'true'
|
||
|
AlignEscapedNewlines: Left
|
||
|
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
|
||
|
|
||
|
...
|