# Format Style Options - Created with Clang Power Tools --- AccessModifierOffset: -1 AlignAfterOpenBracket: Align AlignConsecutiveAssignments: Consecutive AlignEscapedNewlines: Left AlignOperands: DontAlign AlignTrailingComments: true AllowAllArgumentsOnNextLine: false AllowShortBlocksOnASingleLine: Empty AllowShortLambdasOnASingleLine: None AllowShortEnumsOnASingleLine: false AlwaysBreakBeforeMultilineStrings: true BasedOnStyle: LLVM BinPackArguments: false BinPackParameters: false BraceWrapping: AfterCaseLabel: false AfterClass: true AfterControlStatement: false AfterEnum: false AfterFunction: true AfterNamespace: false AfterObjCDeclaration: false AfterStruct: true AfterUnion: true AfterExternBlock: false BeforeCatch: true BeforeElse: true IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: false SplitEmptyNamespace: false BeforeLambdaBody: false BeforeWhile: false BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Custom BreakBeforeTernaryOperators: false BreakConstructorInitializers: AfterColon BreakStringLiterals: false ColumnLimit: 120 ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth : 2 ContinuationIndentWidth: 2 DeriveLineEnding: false EmptyLineBeforeAccessModifier: Leave ExperimentalAutoDetectBinPacking: true FixNamespaceComments: false IncludeBlocks: Regroup IndentCaseLabels: true IndentAccessModifiers: false IndentPPDirectives: BeforeHash MaxEmptyLinesToKeep: 2 NamespaceIndentation: Inner PackConstructorInitializers: Never PointerAlignment: Middle ReflowComments: false SortIncludes: false SortUsingDeclarations: false SpaceAfterCStyleCast: true SpaceBeforeCtorInitializerColon: false SpaceBeforeInheritanceColon: false SpaceBeforeParens: Never SpacesInAngles: true SpacesInConditionalStatement: true SpacesInParentheses: true SpacesInSquareBrackets: true UseTab: Never ...