Blame | Last modification | View Log | Download
---AccessModifierOffset: -4AlignConsecutiveAssignments: falseAlignConsecutiveDeclarations: falseAlignEscapedNewlines: DontAlignAlignOperands: trueAlignTrailingComments: falseAllowAllParametersOfDeclarationOnNextLine: trueAllowShortBlocksOnASingleLine: falseAllowShortCaseLabelsOnASingleLine: falseAllowShortFunctionsOnASingleLine: InlineOnlyAllowShortIfStatementsOnASingleLine: falseAllowShortLoopsOnASingleLine: falseAlwaysBreakAfterReturnType: NoneAlwaysBreakBeforeMultilineStrings: falseAlwaysBreakTemplateDeclarations: trueBinPackArguments: falseBinPackParameters: falseBraceWrapping:AfterClass: trueAfterControlStatement: trueAfterEnum: trueAfterFunction: trueAfterNamespace: falseAfterStruct: trueAfterUnion: trueBeforeCatch: trueBeforeElse: trueIndentBraces: falseSplitEmptyFunction: trueBreakBeforeBinaryOperators: NoneBreakBeforeBraces: CustomBreakBeforeInheritanceComma: falseBreakBeforeTernaryOperators: trueBreakConstructorInitializers: BeforeCommaBreakStringLiterals: trueColumnLimit: 100CompactNamespaces: falseConstructorInitializerAllOnOneLineOrOnePerLine: trueConstructorInitializerIndentWidth: 4ContinuationIndentWidth: 4Cpp11BracedListStyle: trueDerivePointerAlignment: falseDisableFormat: falseExperimentalAutoDetectBinPacking: falseFixNamespaceComments: trueIndentCaseLabels: falseIndentWidth: 4IndentWrappedFunctionNames: falseKeepEmptyLinesAtTheStartOfBlocks: falseLanguage: CppMaxEmptyLinesToKeep: 1NamespaceIndentation: NonePointerAlignment: LeftReflowComments: trueSortIncludes: trueSortUsingDeclarations: trueSpaceAfterCStyleCast: trueSpaceAfterTemplateKeyword: falseSpaceBeforeAssignmentOperators: trueSpaceBeforeParens: ControlStatementsSpaceInEmptyParentheses: falseSpacesBeforeTrailingComments: 1SpacesInAngles: falseSpacesInCStyleCastParentheses: falseSpacesInContainerLiterals: falseSpacesInParentheses: falseSpacesInSquareBrackets: falseStandard: Cpp11TabWidth: 4UseTab: Never...