.clang-format (raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
TabWidth: 2 IndentWidth: 2 ContinuationIndentWidth: 2 UseTab: Never AllowShortBlocksOnASingleLine: Always AllowShortCaseLabelsOnASingleLine: false AllowShortEnumsOnASingleLine: true AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: None PenaltyReturnTypeOnItsOwnLine: 255 IndentCaseLabels: true SpaceBeforeParens: ControlStatements AlignAfterOpenBracket: AlwaysBreak BinPackArguments: false BinPackArguments: false PointerAlignment: Left BreakBeforeBraces: Attach SortIncludes: false AllowAllArgumentsOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AlignEscapedNewlines: Left |