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