74 lines
2.1 KiB
Plaintext
74 lines
2.1 KiB
Plaintext
|
---
|
||
|
BasedOnStyle: Google
|
||
|
AlignAfterOpenBracket: AlwaysBreak
|
||
|
AlignArrayOfStructures: Left
|
||
|
AlignConsecutiveAssignments: None
|
||
|
AlignConsecutiveDeclarations: None
|
||
|
AlignConsecutiveMacros: Consecutive
|
||
|
AlignEscapedNewlines: Left
|
||
|
AlignOperands: Align
|
||
|
AlignTrailingComments: true
|
||
|
AllowAllArgumentsOnNextLine: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
AllowShortBlocksOnASingleLine: Never
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
AllowShortIfStatementsOnASingleLine: Never
|
||
|
AllowShortLambdasOnASingleLine: All
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakTemplateDeclarations: MultiLine
|
||
|
InsertBraces: true
|
||
|
IndentAccessModifiers: true
|
||
|
EmptyLineAfterAccessModifier: Never
|
||
|
EmptyLineBeforeAccessModifier: LogicalBlock
|
||
|
BinPackArguments: true
|
||
|
BinPackParameters: true
|
||
|
BreakBeforeBinaryOperators: NonAssignment
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
BreakConstructorInitializers: AfterColon
|
||
|
BreakInheritanceList: AfterColon
|
||
|
BreakStringLiterals: true
|
||
|
ColumnLimit: 80
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||
|
ConstructorInitializerIndentWidth: 4
|
||
|
ContinuationIndentWidth: 4
|
||
|
Cpp11BracedListStyle: true
|
||
|
QualifierAlignment: Left
|
||
|
ReferenceAlignment: Middle
|
||
|
DerivePointerAlignment: false
|
||
|
SpaceAroundPointerQualifiers: Both
|
||
|
FixNamespaceComments: true
|
||
|
IncludeBlocks: Preserve
|
||
|
IndentCaseLabels: true
|
||
|
IndentPPDirectives: None
|
||
|
IndentWidth: 2
|
||
|
IndentWrappedFunctionNames: false
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
Language: Cpp
|
||
|
MaxEmptyLinesToKeep: 2
|
||
|
NamespaceIndentation: All
|
||
|
ObjCBlockIndentWidth: 2
|
||
|
PointerAlignment: Middle
|
||
|
ReflowComments: true
|
||
|
SortIncludes: CaseSensitive
|
||
|
SortUsingDeclarations: true
|
||
|
SpaceAfterCStyleCast: false
|
||
|
SpaceAfterLogicalNot: false
|
||
|
SpaceAfterTemplateKeyword: true
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeCpp11BracedList: true
|
||
|
SpaceBeforeCtorInitializerColon: true
|
||
|
SpaceBeforeParens: Never
|
||
|
SpaceBeforeRangeBasedForLoopColon: true
|
||
|
SpacesBeforeTrailingComments: 2
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesInAngles: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInContainerLiterals: false
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
Standard: Latest
|
||
|
TabWidth: 2
|
||
|
UseTab: Never
|
||
|
...
|