You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
BasedOnStyle: LLVMAccessModifierOffset: -4AlignAfterOpenBracket: DontAlignAlignConsecutiveAssignments: trueAlignConsecutiveDeclarations: trueAlignEscapedNewlinesLeft: trueAlignOperands: trueAlignTrailingComments: trueAllowAllParametersOfDeclarationOnNextLine: trueAllowShortBlocksOnASingleLine: falseAllowShortCaseLabelsOnASingleLine: falseAllowShortFunctionsOnASingleLine: falseAllowShortIfStatementsOnASingleLine: falseAllowShortLoopsOnASingleLine: falseAlwaysBreakAfterReturnType: NoneAlwaysBreakBeforeMultilineStrings: trueAlwaysBreakTemplateDeclarations: trueBinPackArguments: trueBinPackParameters: trueBreakBeforeBinaryOperators: NonAssignmentBreakBeforeBraces: AllmanBreakBeforeTernaryOperators: falseBreakConstructorInitializersBeforeComma: falseBreakStringLiterals: falseColumnLimit: 100ConstructorInitializerAllOnOneLineOrOnePerLine: trueConstructorInitializerIndentWidth: 8ContinuationIndentWidth: 8Cpp11BracedListStyle: falseDerivePointerAlignment: falseDisableFormat: falseForEachMacros: [ BOOST_FOREACH ]IndentCaseLabels: falseIndentWidth: 4IndentWrappedFunctionNames: falseKeepEmptyLinesAtTheStartOfBlocks: trueLanguage: CppMaxEmptyLinesToKeep: 2NamespaceIndentation: InnerPointerAlignment: LeftReflowComments: falseSortIncludes: trueSpaceAfterCStyleCast: trueSpaceBeforeAssignmentOperators: trueSpaceBeforeParens: NeverSpaceInEmptyParentheses: falseSpacesBeforeTrailingComments: 1SpacesInAngles: falseSpacesInCStyleCastParentheses: falseSpacesInParentheses: trueSpacesInSquareBrackets: falseStandard: Cpp11TabWidth: 4UseTab: Never
|