Skip to content

Commit 17dc6c3

Browse files
committed
Problem: OBS build on sid fails
Solution: regen from zproject to change the version format to non-native as a hack, to match OBS' debstransform usage of 1.0 format
1 parent 7f86890 commit 17dc6c3

27 files changed

+1334
-302
lines changed

.clang-format

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# This is a skeleton created by zproject.
2+
# You can add hand-written code here.
3+
4+
BasedOnStyle: LLVM
5+
IndentWidth: 4
6+
UseTab: Never
7+
BreakBeforeBraces: Custom
8+
BraceWrapping:
9+
AfterClass: true
10+
AfterControlStatement: false
11+
AfterEnum: true
12+
AfterFunction: true
13+
AfterNamespace: true
14+
AfterObjCDeclaration: true
15+
AfterStruct: true
16+
AfterUnion: true
17+
BeforeCatch: true
18+
BeforeElse: false
19+
IndentBraces: false
20+
21+
AlignConsecutiveAssignments: false
22+
AlignConsecutiveDeclarations: false
23+
AllowShortIfStatementsOnASingleLine: false
24+
IndentCaseLabels: true
25+
BinPackArguments: true
26+
BinPackParameters: false
27+
AlignTrailingComments: true
28+
AllowShortBlocksOnASingleLine: false
29+
AllowAllParametersOfDeclarationOnNextLine: true
30+
AllowShortFunctionsOnASingleLine: InlineOnly
31+
AlwaysBreakTemplateDeclarations: false
32+
ColumnLimit: 80
33+
MaxEmptyLinesToKeep: 2
34+
KeepEmptyLinesAtTheStartOfBlocks: false
35+
ContinuationIndentWidth: 2
36+
PointerAlignment: Right
37+
ReflowComments: false
38+
SpaceBeforeAssignmentOperators: true
39+
SpaceBeforeParens: Always
40+
SpaceInEmptyParentheses: false
41+
SpacesInAngles: false
42+
SpacesInParentheses: false
43+
SpacesInSquareBrackets: false
44+
Standard: Cpp11
45+
46+
SortIncludes: false
47+
48+
FixNamespaceComments: false
49+
BreakBeforeBinaryOperators: NonAssignment
50+
SpaceAfterTemplateKeyword: true
51+
AlignAfterOpenBracket: Align
52+
AlignOperands: true
53+
BreakConstructorInitializers: AfterColon
54+
ConstructorInitializerAllOnOneLineOrOnePerLine: true
55+
SpaceAfterCStyleCast: true
56+
BreakBeforeTernaryOperators: true

0 commit comments

Comments
 (0)