1 # See top level .clang-format for explanation of options
2 AlignEscapedNewlinesLeft: true
3 AlignTrailingComments: true
4 AllowAllParametersOfDeclarationOnNextLine: true
5 AllowShortBlocksOnASingleLine: true
6 AllowShortCaseLabelsOnASingleLine: true
7 AllowShortFunctionsOnASingleLine: None
8 AllowShortIfStatementsOnASingleLine: false
9 AllowShortLoopsOnASingleLine: false
10 AlwaysBreakAfterDefinitionReturnType: false
11 AlwaysBreakBeforeMultilineStrings: true
12 BinPackArguments: true
13 BinPackParameters: false
14 BreakBeforeBinaryOperators: None
15 BreakBeforeBraces: Allman
17 IndentCaseLabels: false
19 IndentWrappedFunctionNames: false
20 KeepEmptyLinesAtTheStartOfBlocks: false
21 PointerAlignment: Middle
22 SpaceAfterCStyleCast: false
23 SpaceBeforeAssignmentOperators: true
24 SpaceBeforeParens: ControlStatements
25 SpaceInEmptyParentheses: false
26 SpacesInCStyleCastParentheses: false
27 SpacesInParentheses: false
28 SpacesInSquareBrackets: false