# Generated from CLion C/C++ Code Style settings BasedOnStyle: Microsoft PointerAlignment: Middle IndentExternBlock: NoIndent # AccessModifierOffset: -4 # AlignAfterOpenBracket: DontAlign # AlignConsecutiveAssignments: false # AlignOperands: true # AllowAllArgumentsOnNextLine: false # AllowAllConstructorInitializersOnNextLine: false # AllowAllParametersOfDeclarationOnNextLine: false # AllowShortBlocksOnASingleLine: Never # AllowShortCaseLabelsOnASingleLine: false # AllowShortFunctionsOnASingleLine: false # AllowShortIfStatementsOnASingleLine: Always # AllowShortLambdasOnASingleLine: All # AllowShortLoopsOnASingleLine: true # AlwaysBreakAfterReturnType: None # AlwaysBreakTemplateDeclarations: Yes # BreakBeforeBraces: Custom # BraceWrapping: # AfterCaseLabel: true # AfterClass: true # AfterControlStatement: true # AfterEnum: true # AfterFunction: true # AfterNamespace: true # AfterUnion: true # AfterStruct: true # BeforeCatch: true # BeforeElse: true # IndentBraces: false # SplitEmptyFunction: false # SplitEmptyRecord: true # BreakBeforeBinaryOperators: All # BreakBeforeTernaryOperators: true # BreakConstructorInitializers: BeforeColon # BreakInheritanceList: BeforeColon # ColumnLimit: 120 # CompactNamespaces: false # ContinuationIndentWidth: 8 # IndentCaseLabels: true # IndentPPDirectives: None # IndentWidth: 4 # KeepEmptyLinesAtTheStartOfBlocks: true # MaxEmptyLinesToKeep: 2 # NamespaceIndentation: All # ObjCSpaceAfterProperty: false # ObjCSpaceBeforeProtocolList: true # ReflowComments: false # SpaceAfterCStyleCast: true # SpaceAfterLogicalNot: false # SpaceAfterTemplateKeyword: false # SpaceBeforeAssignmentOperators: true # SpaceBeforeCpp11BracedList: false # SpaceBeforeCtorInitializerColon: true # SpaceBeforeInheritanceColon: true # SpaceBeforeParens: ControlStatements # SpaceBeforeRangeBasedForLoopColon: true # SpaceInEmptyParentheses: false # SpacesBeforeTrailingComments: 0 # SpacesInAngles: false # SpacesInCStyleCastParentheses: false # SpacesInContainerLiterals: false # SpacesInParentheses: false # SpacesInSquareBrackets: false # TabWidth: 4 # UseTab: Never