| 1234567891011121314151617181920212223242526272829303132 | # 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: 100SpaceBeforeParens: ControlStatementsSpaceInEmptyParentheses: falseSpacesInSquareBrackets: falseDisableFormat: false
 |