# Generated by CLion for Stroustrup # The Stroustrup style, named after Bjarne Stroustrup, the creator of C++, is similar to the K&R style but differs # in its treatment of the class definitions and the placement of braces in certain contexts. The opening brace is # placed on the same line as the control statement, and the closing brace is on its own line. BasedOnStyle: LLVM AccessModifierOffset: -4 AlignConsecutiveAssignments: None AlignConsecutiveBitFields: None AlignConsecutiveDeclarations: None AlignConsecutiveMacros: AcrossEmptyLinesAndComments AlignTrailingComments: false AllowShortBlocksOnASingleLine: Never AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false BreakTemplateDeclarations: Leave BreakBeforeBraces: Custom BraceWrapping: AfterCaseLabel: true AfterClass: true AfterFunction: true AfterControlStatement: true SplitEmptyFunction: true AfterEnum: true AfterNamespace: true AfterStruct: true AfterUnion: true AfterExternBlock: true BeforeCatch: true BeforeElse: true BeforeLambdaBody: true BeforeWhile: true SplitEmptyRecord: true SplitEmptyNamespace: true BreakBeforeBinaryOperators: NonAssignment BreakBeforeConceptDeclarations: false ColumnLimit: 120 IncludeBlocks: Merge IndentExternBlock: Indent IndentRequiresClause: false IndentWidth: 4 ContinuationIndentWidth: 8 KeepEmptyLinesAtTheStartOfBlocks: false NamespaceIndentation: All PointerAlignment: Left SortUsingDeclarations: true SpaceAfterTemplateKeyword: false SpaceBeforeCtorInitializerColon: false SpaceBeforeParens: Custom SpaceBeforeParensOptions: AfterControlStatements: true AfterFunctionDeclarationName: false AfterFunctionDefinitionName: false AfterForeachMacros: true AfterIfMacros: true AfterOverloadedOperator: false BeforeNonEmptyParentheses: false SpaceBeforeRangeBasedForLoopColon: true SpaceInEmptyParentheses: false SpacesInCStyleCastParentheses: false SpacesInConditionalStatement: false SpacesInContainerLiterals: false SpacesInParentheses: false