]>
Commit | Line | Data |
---|---|---|
39037602 A |
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 | |
16 | ColumnLimit: 132 | |
17 | IndentCaseLabels: false | |
18 | IndentWidth: 4 | |
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 | |
29 | TabWidth: 4 | |
30 | UseTab: Never |