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