]> granicus.if.org Git - libvpx/blob - .clang-format
neon 4 byte helper functions
[libvpx] / .clang-format
1 ---
2 Language:        Cpp
3 # BasedOnStyle:  Google
4 # Generated with clang-format 3.9.1
5 AccessModifierOffset: -1
6 AlignAfterOpenBracket: Align
7 AlignConsecutiveAssignments: false
8 AlignConsecutiveDeclarations: false
9 AlignEscapedNewlinesLeft: true
10 AlignOperands:   true
11 AlignTrailingComments: true
12 AllowAllParametersOfDeclarationOnNextLine: true
13 AllowShortBlocksOnASingleLine: false
14 AllowShortCaseLabelsOnASingleLine: true
15 AllowShortFunctionsOnASingleLine: All
16 AllowShortIfStatementsOnASingleLine: true
17 AllowShortLoopsOnASingleLine: true
18 AlwaysBreakAfterDefinitionReturnType: None
19 AlwaysBreakAfterReturnType: None
20 AlwaysBreakBeforeMultilineStrings: true
21 AlwaysBreakTemplateDeclarations: true
22 BinPackArguments: true
23 BinPackParameters: true
24 BraceWrapping:
25   AfterClass:      false
26   AfterControlStatement: false
27   AfterEnum:       false
28   AfterFunction:   false
29   AfterNamespace:  false
30   AfterObjCDeclaration: false
31   AfterStruct:     false
32   AfterUnion:      false
33   BeforeCatch:     false
34   BeforeElse:      false
35   IndentBraces:    false
36 BreakBeforeBinaryOperators: None
37 BreakBeforeBraces: Attach
38 BreakBeforeTernaryOperators: true
39 BreakConstructorInitializersBeforeComma: false
40 BreakAfterJavaFieldAnnotations: false
41 BreakStringLiterals: true
42 ColumnLimit:     80
43 CommentPragmas:  '^ IWYU pragma:'
44 ConstructorInitializerAllOnOneLineOrOnePerLine: false
45 ConstructorInitializerIndentWidth: 4
46 ContinuationIndentWidth: 4
47 Cpp11BracedListStyle: false
48 DerivePointerAlignment: false
49 DisableFormat:   false
50 ExperimentalAutoDetectBinPacking: false
51 ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH ]
52 IncludeCategories:
53   - Regex:           '^<.*\.h>'
54     Priority:        1
55   - Regex:           '^<.*'
56     Priority:        2
57   - Regex:           '.*'
58     Priority:        3
59 IncludeIsMainRegex: '([-_](test|unittest))?$'
60 IndentCaseLabels: true
61 IndentWidth:     2
62 IndentWrappedFunctionNames: false
63 KeepEmptyLinesAtTheStartOfBlocks: false
64 MacroBlockBegin: ''
65 MacroBlockEnd:   ''
66 MaxEmptyLinesToKeep: 1
67 NamespaceIndentation: None
68 ObjCBlockIndentWidth: 2
69 ObjCSpaceAfterProperty: false
70 ObjCSpaceBeforeProtocolList: false
71 PenaltyBreakBeforeFirstCallParameter: 1
72 PenaltyBreakComment: 300
73 PenaltyBreakFirstLessLess: 120
74 PenaltyBreakString: 1000
75 PenaltyExcessCharacter: 1000000
76 PenaltyReturnTypeOnItsOwnLine: 200
77 PointerAlignment: Right
78 ReflowComments:  true
79 SortIncludes:    false
80 SpaceAfterCStyleCast: false
81 SpaceBeforeAssignmentOperators: true
82 SpaceBeforeParens: ControlStatements
83 SpaceInEmptyParentheses: false
84 SpacesBeforeTrailingComments: 2
85 SpacesInAngles:  false
86 SpacesInContainerLiterals: true
87 SpacesInCStyleCastParentheses: false
88 SpacesInParentheses: false
89 SpacesInSquareBrackets: false
90 Standard:        Auto
91 TabWidth:        8
92 UseTab:          Never
93 ...
94