2022-09-14 16:11:38 +00:00
|
|
|
---
|
|
|
|
Language: Cpp
|
2020-09-29 23:18:30 +00:00
|
|
|
AccessModifierOffset: -4
|
2020-10-02 06:32:11 +00:00
|
|
|
AlignAfterOpenBracket: AlwaysBreak
|
2022-09-14 16:11:38 +00:00
|
|
|
AlignArrayOfStructures: None
|
|
|
|
AlignConsecutiveMacros: None
|
|
|
|
AlignConsecutiveAssignments: None
|
|
|
|
AlignConsecutiveBitFields: None
|
|
|
|
AlignConsecutiveDeclarations: None
|
2020-09-29 23:18:30 +00:00
|
|
|
AlignEscapedNewlines: Left
|
2022-09-14 16:11:38 +00:00
|
|
|
AlignOperands: Align
|
2020-09-29 23:18:30 +00:00
|
|
|
AlignTrailingComments: false
|
2022-09-14 16:11:38 +00:00
|
|
|
AllowAllArgumentsOnNextLine: true
|
2020-09-29 23:18:30 +00:00
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
2022-09-14 16:11:38 +00:00
|
|
|
AllowShortEnumsOnASingleLine: true
|
2020-10-21 09:08:23 +00:00
|
|
|
AllowShortBlocksOnASingleLine: Never
|
2020-09-29 23:18:30 +00:00
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
2022-09-14 16:11:38 +00:00
|
|
|
AllowShortLambdasOnASingleLine: All
|
|
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
2020-09-29 23:18:30 +00:00
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
2022-09-14 16:11:38 +00:00
|
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
|
|
AttributeMacros:
|
|
|
|
- __capability
|
2020-09-29 23:18:30 +00:00
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
2022-09-14 16:11:38 +00:00
|
|
|
BraceWrapping:
|
|
|
|
AfterCaseLabel: false
|
|
|
|
AfterClass: false
|
|
|
|
AfterControlStatement: Never
|
|
|
|
AfterEnum: false
|
|
|
|
AfterFunction: false
|
|
|
|
AfterNamespace: false
|
|
|
|
AfterObjCDeclaration: false
|
|
|
|
AfterStruct: false
|
|
|
|
AfterUnion: false
|
|
|
|
AfterExternBlock: false
|
|
|
|
BeforeCatch: false
|
|
|
|
BeforeElse: false
|
|
|
|
BeforeLambdaBody: false
|
|
|
|
BeforeWhile: false
|
|
|
|
IndentBraces: false
|
|
|
|
SplitEmptyFunction: true
|
|
|
|
SplitEmptyRecord: true
|
|
|
|
SplitEmptyNamespace: true
|
2020-09-29 23:18:30 +00:00
|
|
|
BreakBeforeBinaryOperators: None
|
2022-09-14 16:11:38 +00:00
|
|
|
BreakBeforeConceptDeclarations: true
|
2020-09-29 23:18:30 +00:00
|
|
|
BreakBeforeBraces: Attach
|
2022-09-14 16:11:38 +00:00
|
|
|
BreakBeforeInheritanceComma: false
|
|
|
|
BreakInheritanceList: BeforeColon
|
2020-09-29 23:18:30 +00:00
|
|
|
BreakBeforeTernaryOperators: false
|
2022-09-14 16:11:38 +00:00
|
|
|
BreakConstructorInitializersBeforeComma: false
|
2020-09-29 23:18:30 +00:00
|
|
|
BreakConstructorInitializers: BeforeComma
|
2022-09-14 16:11:38 +00:00
|
|
|
BreakAfterJavaFieldAnnotations: false
|
2020-09-29 23:18:30 +00:00
|
|
|
BreakStringLiterals: false
|
2022-09-14 16:11:38 +00:00
|
|
|
ColumnLimit: 99
|
|
|
|
CommentPragmas: '^ IWYU pragma:'
|
|
|
|
QualifierAlignment: Leave
|
2020-09-29 23:18:30 +00:00
|
|
|
CompactNamespaces: false
|
|
|
|
ConstructorInitializerIndentWidth: 4
|
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
Cpp11BracedListStyle: true
|
2022-09-14 16:11:38 +00:00
|
|
|
DeriveLineEnding: true
|
2020-09-29 23:18:30 +00:00
|
|
|
DerivePointerAlignment: false
|
2022-09-14 16:11:38 +00:00
|
|
|
DisableFormat: false
|
|
|
|
EmptyLineAfterAccessModifier: Never
|
|
|
|
EmptyLineBeforeAccessModifier: LogicalBlock
|
2020-09-29 23:18:30 +00:00
|
|
|
ExperimentalAutoDetectBinPacking: false
|
2022-09-14 16:11:38 +00:00
|
|
|
PackConstructorInitializers: BinPack
|
|
|
|
BasedOnStyle: ''
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
|
|
AllowAllConstructorInitializersOnNextLine: true
|
2020-09-29 23:18:30 +00:00
|
|
|
FixNamespaceComments: false
|
2022-09-14 16:11:38 +00:00
|
|
|
ForEachMacros:
|
|
|
|
- foreach
|
|
|
|
- Q_FOREACH
|
|
|
|
- BOOST_FOREACH
|
|
|
|
IfMacros:
|
|
|
|
- KJ_IF_MAYBE
|
|
|
|
IncludeBlocks: Preserve
|
2020-09-29 23:18:30 +00:00
|
|
|
IncludeCategories:
|
2022-09-14 16:11:38 +00:00
|
|
|
- Regex: '.*'
|
|
|
|
Priority: 1
|
|
|
|
SortPriority: 0
|
|
|
|
CaseSensitive: false
|
|
|
|
- Regex: '^(<|"(gtest|gmock|isl|json)/)'
|
|
|
|
Priority: 3
|
|
|
|
SortPriority: 0
|
|
|
|
CaseSensitive: false
|
|
|
|
- Regex: '.*'
|
|
|
|
Priority: 1
|
|
|
|
SortPriority: 0
|
|
|
|
CaseSensitive: false
|
2020-09-29 23:18:30 +00:00
|
|
|
IncludeIsMainRegex: '(Test)?$'
|
2022-09-14 16:11:38 +00:00
|
|
|
IncludeIsMainSourceRegex: ''
|
|
|
|
IndentAccessModifiers: false
|
2020-09-29 23:18:30 +00:00
|
|
|
IndentCaseLabels: false
|
2022-09-14 16:11:38 +00:00
|
|
|
IndentCaseBlocks: false
|
|
|
|
IndentGotoLabels: true
|
2020-09-29 23:18:30 +00:00
|
|
|
IndentPPDirectives: None
|
2022-09-14 16:11:38 +00:00
|
|
|
IndentExternBlock: AfterExternBlock
|
|
|
|
IndentRequires: false
|
|
|
|
IndentWidth: 4
|
2021-07-01 00:45:20 +00:00
|
|
|
IndentWrappedFunctionNames: true
|
2022-09-14 16:11:38 +00:00
|
|
|
InsertTrailingCommas: None
|
2020-09-29 23:18:30 +00:00
|
|
|
JavaScriptQuotes: Leave
|
|
|
|
JavaScriptWrapImports: true
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
2022-09-14 16:11:38 +00:00
|
|
|
LambdaBodyIndentation: Signature
|
2020-09-29 23:18:30 +00:00
|
|
|
MacroBlockBegin: ''
|
2022-09-14 16:11:38 +00:00
|
|
|
MacroBlockEnd: ''
|
2020-09-29 23:18:30 +00:00
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
NamespaceIndentation: None
|
|
|
|
ObjCBinPackProtocolList: Auto
|
|
|
|
ObjCBlockIndentWidth: 4
|
2022-09-14 16:11:38 +00:00
|
|
|
ObjCBreakBeforeNestedBlockParam: true
|
2020-09-29 23:18:30 +00:00
|
|
|
ObjCSpaceAfterProperty: true
|
|
|
|
ObjCSpaceBeforeProtocolList: true
|
|
|
|
PenaltyBreakAssignment: 10
|
|
|
|
PenaltyBreakBeforeFirstCallParameter: 30
|
|
|
|
PenaltyBreakComment: 10
|
|
|
|
PenaltyBreakFirstLessLess: 0
|
2022-09-14 16:11:38 +00:00
|
|
|
PenaltyBreakOpenParenthesis: 0
|
2020-09-29 23:18:30 +00:00
|
|
|
PenaltyBreakString: 10
|
2022-09-14 16:11:38 +00:00
|
|
|
PenaltyBreakTemplateDeclaration: 10
|
2020-09-29 23:18:30 +00:00
|
|
|
PenaltyExcessCharacter: 100
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 60
|
2022-09-14 16:11:38 +00:00
|
|
|
PenaltyIndentedWhitespace: 0
|
2020-09-29 23:18:30 +00:00
|
|
|
PointerAlignment: Left
|
2022-09-14 16:11:38 +00:00
|
|
|
PPIndentWidth: -1
|
|
|
|
ReferenceAlignment: Pointer
|
|
|
|
ReflowComments: false
|
|
|
|
RemoveBracesLLVM: false
|
|
|
|
SeparateDefinitionBlocks: Leave
|
|
|
|
ShortNamespaceLines: 1
|
|
|
|
SortIncludes: Never
|
|
|
|
SortJavaStaticImport: Before
|
2020-09-29 23:18:30 +00:00
|
|
|
SortUsingDeclarations: false
|
|
|
|
SpaceAfterCStyleCast: false
|
2022-09-14 16:11:38 +00:00
|
|
|
SpaceAfterLogicalNot: false
|
2020-09-29 23:18:30 +00:00
|
|
|
SpaceAfterTemplateKeyword: true
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
2022-09-14 16:11:38 +00:00
|
|
|
SpaceBeforeCaseColon: false
|
|
|
|
SpaceBeforeCpp11BracedList: false
|
2020-09-29 23:18:30 +00:00
|
|
|
SpaceBeforeCtorInitializerColon: true
|
|
|
|
SpaceBeforeInheritanceColon: true
|
|
|
|
SpaceBeforeParens: Never
|
2022-09-14 16:11:38 +00:00
|
|
|
SpaceBeforeParensOptions:
|
|
|
|
AfterControlStatements: false
|
|
|
|
AfterForeachMacros: false
|
|
|
|
AfterFunctionDefinitionName: false
|
|
|
|
AfterFunctionDeclarationName: false
|
|
|
|
AfterIfMacros: false
|
|
|
|
AfterOverloadedOperator: false
|
|
|
|
BeforeNonEmptyParentheses: false
|
|
|
|
SpaceAroundPointerQualifiers: Default
|
2020-09-29 23:18:30 +00:00
|
|
|
SpaceBeforeRangeBasedForLoopColon: true
|
2022-09-14 16:11:38 +00:00
|
|
|
SpaceInEmptyBlock: false
|
2020-09-29 23:18:30 +00:00
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesBeforeTrailingComments: 1
|
2022-09-14 16:11:38 +00:00
|
|
|
SpacesInAngles: Never
|
|
|
|
SpacesInConditionalStatement: false
|
2020-09-29 23:18:30 +00:00
|
|
|
SpacesInContainerLiterals: false
|
|
|
|
SpacesInCStyleCastParentheses: false
|
2022-09-14 16:11:38 +00:00
|
|
|
SpacesInLineCommentPrefix:
|
|
|
|
Minimum: 1
|
|
|
|
Maximum: -1
|
2020-09-29 23:18:30 +00:00
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
2022-09-14 16:11:38 +00:00
|
|
|
SpaceBeforeSquareBrackets: false
|
|
|
|
BitFieldColonSpacing: Both
|
|
|
|
Standard: c++03
|
|
|
|
StatementAttributeLikeMacros:
|
|
|
|
- Q_EMIT
|
|
|
|
StatementMacros:
|
|
|
|
- Q_UNUSED
|
|
|
|
- QT_REQUIRE_VERSION
|
|
|
|
TabWidth: 4
|
|
|
|
UseCRLF: false
|
|
|
|
UseTab: Never
|
|
|
|
WhitespaceSensitiveMacros:
|
|
|
|
- STRINGIZE
|
|
|
|
- PP_STRINGIZE
|
|
|
|
- BOOST_PP_STRINGIZE
|
|
|
|
- NS_SWIFT_NAME
|
|
|
|
- CF_SWIFT_NAME
|
|
|
|
...
|
|
|
|
|