xref: /aosp_15_r20/external/ComputeLibrary/.clang-format (revision c217d954acce2dbc11938adb493fc0abd69584f3)
1---
2Language: Cpp
3AccessModifierOffset: '0'
4AlignAfterOpenBracket: Align
5AlignConsecutiveAssignments: 'true'
6AlignConsecutiveDeclarations: 'true'
7AlignEscapedNewlinesLeft: 'true'
8AlignTrailingComments: 'true'
9AllowShortBlocksOnASingleLine: 'false'
10AllowShortCaseLabelsOnASingleLine: 'false'
11AllowShortFunctionsOnASingleLine: None
12AllowShortIfStatementsOnASingleLine: 'false'
13AllowShortLoopsOnASingleLine: 'false'
14AlwaysBreakAfterDefinitionReturnType: None
15AlwaysBreakAfterReturnType: None
16AlwaysBreakBeforeMultilineStrings: 'true'
17AlwaysBreakTemplateDeclarations: 'true'
18BreakBeforeBinaryOperators: NonAssignment
19BreakBeforeBraces: Allman
20BreakBeforeTernaryOperators: 'false'
21BreakConstructorInitializersBeforeComma: 'false'
22#BreakStringLiterals: 'true'
23ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
24Cpp11BracedListStyle: 'false'
25DerivePointerAlignment: 'false'
26IndentCaseLabels: 'true'
27IndentWidth: '4'
28IndentWrappedFunctionNames: 'false'
29KeepEmptyLinesAtTheStartOfBlocks: 'false'
30MaxEmptyLinesToKeep: '1'
31NamespaceIndentation: None
32PointerAlignment: Right
33SortIncludes: 'true'
34SpaceAfterCStyleCast: 'false'
35SpaceBeforeAssignmentOperators: 'true'
36SpaceBeforeParens: Never
37SpaceInEmptyParentheses: 'false'
38SpacesInAngles: 'false'
39SpacesInCStyleCastParentheses: 'false'
40SpacesInParentheses: 'false'
41SpacesInSquareBrackets: 'false'
42Standard: Cpp11
43TabWidth: '4'
44UseTab: Never
45ReflowComments: 'false'
46ContinuationIndentWidth: '4'
47ColumnLimit: 0
48---
49