Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- Language: Cpp
- AccessModifierOffset: -4
- AlignAfterOpenBracket: BlockIndent
- AlignArrayOfStructures: None
- AlignConsecutiveMacros: None
- AlignConsecutiveShortCaseStatements:
- Enabled: false
- AlignConsecutiveAssignments: None
- AlignConsecutiveBitFields: None
- AlignConsecutiveDeclarations: None
- AlignEscapedNewlines: Left
- AlignOperands: DontAlign
- AlignTrailingComments:
- Kind: Never
- AllowAllArgumentsOnNextLine: true
- AllowAllParametersOfDeclarationOnNextLine: true
- AllowShortEnumsOnASingleLine: true
- AllowShortBlocksOnASingleLine: Never
- AllowShortCaseLabelsOnASingleLine: false
- AllowShortFunctionsOnASingleLine: Empty
- AllowShortLambdasOnASingleLine: All
- AllowShortIfStatementsOnASingleLine: Never
- AllowShortLoopsOnASingleLine: false
- AlwaysBreakAfterDefinitionReturnType: None
- AlwaysBreakAfterReturnType: None
- AlwaysBreakBeforeMultilineStrings: false
- AlwaysBreakTemplateDeclarations: Yes
- AttributeMacros:
- - __capability
- BinPackArguments: false
- BinPackParameters: false
- BreakBeforeBraces: Custom
- BraceWrapping:
- AfterCaseLabel: false
- AfterClass: false
- AfterControlStatement: MultiLine
- AfterEnum: false
- AfterFunction: false
- AfterNamespace: false
- AfterObjCDeclaration: false
- AfterStruct: false
- AfterUnion: false
- AfterExternBlock: false
- BeforeCatch: true
- BeforeElse: true
- BeforeLambdaBody: false
- BeforeWhile: false
- IndentBraces: false
- SplitEmptyFunction: false
- SplitEmptyRecord: false
- SplitEmptyNamespace: true
- BracedInitializerIndentWidth: 4
- BreakAfterAttributes: Never
- BreakArrays: false
- BreakBeforeBinaryOperators: None
- BreakBeforeConceptDeclarations: true
- BreakBeforeInlineASMColon: OnlyMultiline
- BreakBeforeInheritanceComma: false
- BreakInheritanceList: BeforeComma
- BreakBeforeTernaryOperators: true
- BreakConstructorInitializersBeforeComma: false
- BreakConstructorInitializers: BeforeComma
- BreakStringLiterals: true
- ColumnLimit: 120
- CommentPragmas: '^ IWYU pragma:'
- CompactNamespaces: false
- ConstructorInitializerIndentWidth: 0
- ContinuationIndentWidth: 4
- Cpp11BracedListStyle: true
- DeriveLineEnding: false
- DerivePointerAlignment: false
- DisableFormat: false
- EmptyLineAfterAccessModifier: Never
- EmptyLineBeforeAccessModifier: LogicalBlock
- ExperimentalAutoDetectBinPacking: false
- FixNamespaceComments: true
- ForEachMacros:
- - foreach
- - Q_FOREACH
- - BOOST_FOREACH
- IfMacros:
- - KJ_IF_MAYBE
- IncludeBlocks: Regroup
- IncludeCategories:
- - Regex: '^"'
- Priority: 0
- SortPriority: 0
- CaseSensitive: false
- - Regex: '.*'
- Priority: 1
- SortPriority: 1
- CaseSensitive: false
- IncludeIsMainRegex: '(Test)?$'
- IncludeIsMainSourceRegex: ''
- IndentAccessModifiers: false
- IndentCaseLabels: false
- IndentCaseBlocks: false
- IndentGotoLabels: true
- IndentPPDirectives: None
- IndentExternBlock: NoIndent
- IndentRequires: true
- IndentWidth: 4
- IndentRequiresClause: true
- IndentWrappedFunctionNames: false
- InsertNewlineAtEOF: true
- InsertTrailingCommas: Wrapped
- IntegerLiteralSeparator:
- Binary: 0
- Decimal: 3
- DecimalMinDigits: 6
- Hex: -1
- InsertBraces: true
- KeepEmptyLinesAtEOF: false
- KeepEmptyLinesAtTheStartOfBlocks: true
- LambdaBodyIndentation: Signature
- LineEnding: LF
- MacroBlockBegin: ''
- MacroBlockEnd: ''
- MaxEmptyLinesToKeep: 1
- NamespaceIndentation: None
- PointerAlignment: Right
- QualifierAlignment: Custom
- QualifierOrder: ['static', 'constexpr', 'inline', 'volatile', 'restrict', 'const', 'type']
- PPIndentWidth: 4
- PackConstructorInitializers: CurrentLine
- ReferenceAlignment: Pointer
- ReflowComments: true
- RemoveBracesLLVM: false
- RemoveParentheses: Leave
- RemoveSemicolon: true
- RequiresClausePosition: OwnLine
- RequiresExpressionIndentation: OuterScope
- SeparateDefinitionBlocks: Always
- ShortNamespaceLines: 0
- SortIncludes: CaseSensitive
- SortUsingDeclarations: true
- SpaceAfterCStyleCast: true
- SpaceAfterLogicalNot: false
- SpaceAfterTemplateKeyword: true
- SpaceBeforeAssignmentOperators: true
- SpaceBeforeCaseColon: false
- SpaceBeforeCpp11BracedList: false
- SpaceBeforeCtorInitializerColon: true
- SpaceBeforeInheritanceColon: true
- SpaceBeforeParens: Custom
- SpaceBeforeParensOptions:
- AfterControlStatements: true
- AfterForeachMacros: false
- AfterFunctionDeclarationName: false
- AfterFunctionDefinitionName: false
- AfterIfMacros: false
- AfterOverloadedOperator: false
- AfterRequiresInClause: false
- AfterRequiresInExpression: false
- BeforeNonEmptyParentheses: false
- SpaceAroundPointerQualifiers: Default
- SpaceBeforeRangeBasedForLoopColon: true
- SpaceInEmptyBlock: false
- SpaceInEmptyParentheses: false
- SpacesBeforeTrailingComments: 1
- SpacesInAngles: Never
- SpacesInConditionalStatement: false
- SpacesInContainerLiterals: true
- SpacesInCStyleCastParentheses: false
- SpacesInLineCommentPrefix:
- Minimum: 1
- Maximum: -1
- SpacesInParens: Never
- SpacesInParentheses: false
- SpacesInSquareBrackets: false
- SpaceBeforeSquareBrackets: false
- BitFieldColonSpacing: Both
- Standard: Latest
- StatementAttributeLikeMacros:
- - Q_EMIT
- StatementMacros:
- - Q_UNUSED
- - QT_REQUIRE_VERSION
- TabWidth: 4
- UseCRLF: false
- UseTab: Never
- WhitespaceSensitiveMacros:
- - VALIDATE
- - STRINGIZE
- - STRINGIZE2
- - ENUM_WITH_STRING_CONVERSIONS
- - NS_SWIFT_NAME
- - CF_SWIFT_NAME
- ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement