Handle multiple target events before commit resume
[deliverable/binutils-gdb.git] / .clang-format
CommitLineData
abeeff98
LM
1---
2Language: Cpp
3# BasedOnStyle: GNU
4AccessModifierOffset: -2
5AlignAfterOpenBracket: Align
6AlignConsecutiveMacros: false
7AlignConsecutiveAssignments: false
8AlignConsecutiveDeclarations: false
9AlignEscapedNewlines: Right
10AlignOperands: true
11AlignTrailingComments: true
12AllowAllArgumentsOnNextLine: true
13AllowAllConstructorInitializersOnNextLine: true
14AllowAllParametersOfDeclarationOnNextLine: true
15AllowShortBlocksOnASingleLine: Never
16AllowShortCaseLabelsOnASingleLine: false
17AllowShortFunctionsOnASingleLine: All
18AllowShortLambdasOnASingleLine: All
19AllowShortIfStatementsOnASingleLine: Never
20AllowShortLoopsOnASingleLine: false
21AlwaysBreakAfterDefinitionReturnType: All
22AlwaysBreakAfterReturnType: AllDefinitions
23AlwaysBreakBeforeMultilineStrings: false
24AlwaysBreakTemplateDeclarations: MultiLine
25BinPackArguments: true
26BinPackParameters: true
27BreakBeforeBraces: Custom
28BraceWrapping:
29 AfterCaseLabel: true
30 AfterClass: true
31 AfterControlStatement: true
32 AfterEnum: true
33 AfterFunction: true
34 AfterNamespace: true
35 AfterObjCDeclaration: true
36 AfterStruct: true
37 AfterUnion: true
38 AfterExternBlock: false
39 BeforeCatch: true
40 BeforeElse: true
41 IndentBraces: true
42 SplitEmptyFunction: true
43 SplitEmptyRecord: true
44 SplitEmptyNamespace: true
45BreakBeforeBinaryOperators: All
46BreakBeforeInheritanceComma: false
47BreakInheritanceList: BeforeColon
48BreakBeforeTernaryOperators: true
49BreakConstructorInitializersBeforeComma: false
50BreakConstructorInitializers: BeforeColon
51BreakAfterJavaFieldAnnotations: false
52BreakStringLiterals: true
53ColumnLimit: 79
54CommentPragmas: '^ IWYU pragma:'
55CompactNamespaces: false
56ConstructorInitializerAllOnOneLineOrOnePerLine: false
57ConstructorInitializerIndentWidth: 4
58ContinuationIndentWidth: 4
59Cpp11BracedListStyle: false
60DerivePointerAlignment: false
61DisableFormat: false
62ExperimentalAutoDetectBinPacking: false
63FixNamespaceComments: false
64ForEachMacros:
65 - foreach
66 - Q_FOREACH
67 - BOOST_FOREACH
68IncludeBlocks: Preserve
69IncludeCategories:
70 - Regex: '^"(llvm|llvm-c|clang|clang-c)/'
71 Priority: 2
72 - Regex: '^(<|"(gtest|gmock|isl|json)/)'
73 Priority: 3
74 - Regex: '.*'
75 Priority: 1
76IncludeIsMainRegex: '(Test)?$'
77IndentCaseLabels: false
78IndentPPDirectives: None
79IndentWidth: 2
80IndentWrappedFunctionNames: false
81JavaScriptQuotes: Leave
82JavaScriptWrapImports: true
83KeepEmptyLinesAtTheStartOfBlocks: true
84MacroBlockBegin: ''
85MacroBlockEnd: ''
86MaxEmptyLinesToKeep: 1
87NamespaceIndentation: None
88ObjCBinPackProtocolList: Auto
89ObjCBlockIndentWidth: 2
90ObjCSpaceAfterProperty: false
91ObjCSpaceBeforeProtocolList: true
92PenaltyBreakAssignment: 2
93PenaltyBreakBeforeFirstCallParameter: 19
94PenaltyBreakComment: 300
95PenaltyBreakFirstLessLess: 120
96PenaltyBreakString: 1000
97PenaltyBreakTemplateDeclaration: 10
98PenaltyExcessCharacter: 1000000
99PenaltyReturnTypeOnItsOwnLine: 60
100PointerAlignment: Right
101ReflowComments: true
102SortIncludes: true
103SortUsingDeclarations: true
104SpaceAfterCStyleCast: false
105SpaceAfterLogicalNot: false
106SpaceAfterTemplateKeyword: true
107SpaceBeforeAssignmentOperators: true
108SpaceBeforeCpp11BracedList: false
109SpaceBeforeCtorInitializerColon: true
110SpaceBeforeInheritanceColon: true
111SpaceBeforeParens: Always
112SpaceBeforeRangeBasedForLoopColon: true
113SpaceInEmptyBlock: false
114SpaceInEmptyParentheses: false
115SpacesBeforeTrailingComments: 1
116SpacesInAngles: false
117SpacesInContainerLiterals: true
118SpacesInCStyleCastParentheses: false
119SpacesInParentheses: false
120SpacesInSquareBrackets: false
121Standard: Cpp11
122StatementMacros:
123 - Q_UNUSED
124 - QT_REQUIRE_VERSION
125TabWidth: 8
126UseTab: Never
127...
128
This page took 0.026427 seconds and 4 git commands to generate.