# Generated from CLion C/C++ Code Style settings BasedOnStyle: LLVM Language: Cpp DerivePointerAlignment: true SortIncludes: false ReflowComments: false PointerAlignment: Left AlignAfterOpenBracket: AlwaysBreak AlignOperands: AlignAfterOperator AlignTrailingComments: true AllowAllArgumentsOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortEnumsOnASingleLine: false AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false BinPackParameters: false ExperimentalAutoDetectBinPacking: true BreakBeforeBraces: Custom BraceWrapping: AfterFunction: true ColumnLimit: 100 AllowAllConstructorInitializersOnNextLine: false AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None PenaltyBreakBeforeFirstCallParameter: 0 PenaltyReturnTypeOnItsOwnLine: 1000000 PenaltyBreakAssignment: 1000000 PenaltyExcessCharacter: 10 IndentCaseLabels: true IndentWidth: 4 MaxEmptyLinesToKeep: 2 NamespaceIndentation: All SpaceAfterTemplateKeyword: false AccessModifierOffset: -4 AllowShortBlocksOnASingleLine: Always IndentPPDirectives: BeforeHash