| 12345678910111213141516171819202122232425262728293031323334353637 | # http://clang.llvm.org/docs/ClangFormatStyleOptions.htmlBasedOnStyle: LLVMIndentWidth: 4TabWidth: 4UseTab: ForIndentationColumnLimit: 80Language: CppAlignAfterOpenBracket: trueAllowAllParametersOfDeclarationOnNextLine: falseAllowShortBlocksOnASingleLine: falseAllowShortCaseLabelsOnASingleLine: falseAllowShortFunctionsOnASingleLine: NoneAllowShortIfStatementsOnASingleLine: falseAllowShortLoopsOnASingleLine: falseAlwaysBreakAfterDefinitionReturnType: trueBinPackArguments: falseBinPackParameters: falseBreakBeforeBinaryOperators: NonAssignmentBreakBeforeBraces: LinuxDerivePointerAlignment: falseMaxEmptyLinesToKeep: 2PenaltyBreakBeforeFirstCallParameter: 100ReflowComments: trueSpaceBeforeParens: ControlStatementsSpaceInEmptyParentheses: falseSpacesInSquareBrackets: falseIndentPPDirectives: NoneIncludeBlocks: PreserveDisableFormat: false
 |