]> granicus.if.org Git - libvpx/blob - .clang-format
Merge "vpxdec.c : don't double count corrupted frames"
[libvpx] / .clang-format
1 ---
2 Language:        Cpp
3 # BasedOnStyle:  Google
4 # Generated with clang-format 3.8.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 ColumnLimit:     80
41 CommentPragmas:  '^ IWYU pragma:'
42 ConstructorInitializerAllOnOneLineOrOnePerLine: false
43 ConstructorInitializerIndentWidth: 4
44 ContinuationIndentWidth: 4
45 Cpp11BracedListStyle: false
46 DerivePointerAlignment: false
47 DisableFormat:   false
48 ExperimentalAutoDetectBinPacking: false
49 ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH ]
50 IncludeCategories:
51   - Regex:           '^<.*\.h>'
52     Priority:        1
53   - Regex:           '^<.*'
54     Priority:        2
55   - Regex:           '.*'
56     Priority:        3
57 IndentCaseLabels: true
58 IndentWidth:     2
59 IndentWrappedFunctionNames: false
60 KeepEmptyLinesAtTheStartOfBlocks: false
61 MacroBlockBegin: ''
62 MacroBlockEnd:   ''
63 MaxEmptyLinesToKeep: 1
64 NamespaceIndentation: None
65 ObjCBlockIndentWidth: 2
66 ObjCSpaceAfterProperty: false
67 ObjCSpaceBeforeProtocolList: false
68 PenaltyBreakBeforeFirstCallParameter: 1
69 PenaltyBreakComment: 300
70 PenaltyBreakFirstLessLess: 120
71 PenaltyBreakString: 1000
72 PenaltyExcessCharacter: 1000000
73 PenaltyReturnTypeOnItsOwnLine: 200
74 PointerAlignment: Right
75 ReflowComments:  true
76 SortIncludes:    false
77 SpaceAfterCStyleCast: false
78 SpaceBeforeAssignmentOperators: true
79 SpaceBeforeParens: ControlStatements
80 SpaceInEmptyParentheses: false
81 SpacesBeforeTrailingComments: 2
82 SpacesInAngles:  false
83 SpacesInContainerLiterals: true
84 SpacesInCStyleCastParentheses: false
85 SpacesInParentheses: false
86 SpacesInSquareBrackets: false
87 Standard:        Auto
88 TabWidth:        8
89 UseTab:          Never
90 ...
91