You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
3.0 KiB
110 lines
3.0 KiB
---
|
|
AlignConsecutiveMacros:
|
|
Enabled: true
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortEnumsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
AllowShortLambdasOnASingleLine: All
|
|
AllowShortLoopsOnASingleLine: true
|
|
BitFieldColonSpacing: Both
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
BreakBeforeBraces: Attach
|
|
BreakBeforeTernaryOperators: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
AllowShortCompoundRequirementOnASingleLine: true
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowAllArgumentsOnNextLine: false
|
|
AlignTrailingComments:
|
|
Kind: Always
|
|
AlignAfterOpenBracket: BlockIndent
|
|
AccessModifierOffset: -4
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
TabWidth: 4
|
|
Standard: Latest
|
|
SpacesInSquareBrackets: false
|
|
SpacesInParensOptions: {}
|
|
SpacesInParens: Never
|
|
SpacesInContainerLiterals: false
|
|
SpacesInAngles: Never
|
|
SpacesBeforeTrailingComments: 4
|
|
SpaceInEmptyBlock: false
|
|
SpaceBeforeSquareBrackets: false
|
|
SpaceBeforeRangeBasedForLoopColon: true
|
|
SpaceBeforeParensOptions:
|
|
AfterControlStatements: true
|
|
AfterForeachMacros: true
|
|
AfterFunctionDeclarationName: false
|
|
AfterFunctionDefinitionName: false
|
|
AfterIfMacros: true
|
|
AfterOverloadedOperator: false
|
|
AfterPlacementOperator: true
|
|
AfterRequiresInClause: true
|
|
AfterRequiresInExpression: true
|
|
BeforeNonEmptyParentheses: false
|
|
SpaceBeforeJsonColon: true
|
|
SpaceBeforeInheritanceColon: true
|
|
SpaceBeforeCtorInitializerColon: true
|
|
SpaceBeforeCpp11BracedList: false
|
|
SpaceBeforeCaseColon: false
|
|
SpaceBeforeAssignmentOperators: true
|
|
PointerAlignment: Middle
|
|
SpaceAfterTemplateKeyword: true
|
|
SpaceAfterLogicalNot: false
|
|
SpaceAfterCStyleCast: false
|
|
SortUsingDeclarations: LexicographicNumeric
|
|
SortJavaStaticImport: After
|
|
SortIncludes: CaseInsensitive
|
|
ShortNamespaceLines: 20
|
|
SeparateDefinitionBlocks: Leave
|
|
RequiresExpressionIndentation: OuterScope
|
|
RequiresClausePosition: OwnLine
|
|
RemoveSemicolon: true
|
|
RemoveParentheses: Leave
|
|
RemoveBracesLLVM: false
|
|
ReflowComments: true
|
|
ReferenceAlignment: Middle
|
|
QualifierAlignment: Right
|
|
PackConstructorInitializers: NextLine
|
|
PPIndentWidth: -1
|
|
NamespaceIndentation: None
|
|
MaxEmptyLinesToKeep: 1
|
|
LineEnding: LF
|
|
Language: Cpp
|
|
LambdaBodyIndentation: OuterScope
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
KeepEmptyLinesAtEOF: true
|
|
IntegerLiteralSeparator:
|
|
Binary: 4
|
|
BinaryMinDigits: 9
|
|
Decimal: 3
|
|
DecimalMinDigits: 5
|
|
Hex: 4
|
|
HexMinDigits: 6
|
|
InsertTrailingCommas: None
|
|
InsertNewlineAtEOF: true
|
|
InsertBraces: false
|
|
IndentWrappedFunctionNames: false
|
|
IndentRequiresClause: false
|
|
IndentPPDirectives: AfterHash
|
|
IndentGotoLabels: false
|
|
IndentExternBlock: NoIndent
|
|
IndentCaseLabels: true
|
|
IndentCaseBlocks: false
|
|
IndentAccessModifiers: false
|
|
IncludeBlocks: Regroup
|
|
FixNamespaceComments: true
|
|
EmptyLineBeforeAccessModifier: Leave
|
|
EmptyLineAfterAccessModifier: Leave
|
|
DisableFormat: false
|
|
DerivePointerAlignment: true
|
|
Cpp11BracedListStyle: true
|
|
ContinuationIndentWidth: 4
|
|
ConstructorInitializerIndentWidth: 4
|
|
CompactNamespaces: false
|
|
ColumnLimit: 120
|
|
BreakStringLiterals: true
|
|
BreakInheritanceList: BeforeComma
|
|
AlignArrayOfStructures: Left
|