Skip to content

Commit 445eacf

Browse files
committed
Merge branch 'develop'
2 parents 6fc6d93 + 3e260ff commit 445eacf

File tree

6 files changed

+578
-612
lines changed

6 files changed

+578
-612
lines changed

.spi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 1
2+
builder:
3+
configs:
4+
- documentation_targets: [DelayedJob]

.swift-format.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"fileScopedDeclarationPrivacy": {
3+
"accessLevel": "private"
4+
},
5+
"indentation": {
6+
"spaces": 4
7+
},
8+
"indentConditionalCompilationBlocks": true,
9+
"lineBreakAroundMultilineExpressionChainComponents": false,
10+
"lineBreakBeforeControlFlowKeywords": false,
11+
"lineBreakBeforeEachArgument": false,
12+
"lineBreakBeforeEachGenericRequirement": false,
13+
"lineLength": 130,
14+
"maximumBlankLines": 1,
15+
"prioritizeKeepingFunctionOutputTogether": false,
16+
"respectsExistingLineBreaks": true,
17+
"rules": {
18+
"AllPublicDeclarationsHaveDocumentation": true,
19+
"AlwaysUseLowerCamelCase": true,
20+
"AmbiguousTrailingClosureOverload": true,
21+
"BeginDocumentationCommentWithOneLineSummary": true,
22+
"DoNotUseSemicolons": true,
23+
"DontRepeatTypeInStaticProperties": true,
24+
"FileprivateAtFileScope": true,
25+
"FullyIndirectEnum": true,
26+
"GroupNumericLiterals": true,
27+
"IdentifiersMustBeASCII": true,
28+
"NeverForceUnwrap": true,
29+
"NeverUseForceTry": true,
30+
"NeverUseImplicitlyUnwrappedOptionals": true,
31+
"NoAccessLevelOnExtensionDeclaration": true,
32+
"NoBlockComments": false,
33+
"NoCasesWithOnlyFallthrough": true,
34+
"NoEmptyTrailingClosureParentheses": true,
35+
"NoLabelsInCasePatterns": true,
36+
"NoLeadingUnderscores": true,
37+
"NoParensAroundConditions": true,
38+
"NoVoidReturnOnFunctionSignature": true,
39+
"OneCasePerLine": true,
40+
"OneVariableDeclarationPerLine": true,
41+
"OnlyOneTrailingClosureArgument": true,
42+
"OrderedImports": true,
43+
"ReturnVoidInsteadOfEmptyTuple": true,
44+
"UseLetInEveryBoundCaseVariable": true,
45+
"UseShorthandTypeNames": true,
46+
"UseSingleLinePropertyGetter": true,
47+
"UseSynthesizedInitializer": true,
48+
"UseTripleSlashForDocumentationComments": true,
49+
"ValidateDocumentationComments": true
50+
},
51+
"tabWidth": 8,
52+
"version": 1
53+
}

0 commit comments

Comments
 (0)