Skip to content

Commit 1353870

Browse files
authored
Merge pull request #173 from geoadmin/generated/swift-format
[Generated] swift-format
2 parents c3115d3 + 03ff568 commit 1353870

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

.swift-format

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"fileScopedDeclarationPrivacy": {
3+
"accessLevel": "private"
4+
},
5+
"indentConditionalCompilationBlocks": true,
6+
"indentSwitchCaseLabels": true,
7+
"indentation": {
8+
"spaces": 4
9+
},
10+
"lineBreakAroundMultilineExpressionChainComponents": true,
11+
"lineBreakBeforeControlFlowKeywords": false,
12+
"lineBreakBeforeEachArgument": false,
13+
"lineBreakBeforeEachGenericRequirement": false,
14+
"lineLength": 260,
15+
"maximumBlankLines": 1,
16+
"multiElementCollectionTrailingCommas": true,
17+
"noAssignmentInExpressions": {
18+
"allowedFunctions": [
19+
"XCTAssertNoThrow"
20+
]
21+
},
22+
"prioritizeKeepingFunctionOutputTogether": false,
23+
"respectsExistingLineBreaks": true,
24+
"rules": {
25+
"AllPublicDeclarationsHaveDocumentation": false,
26+
"AlwaysUseLiteralForEmptyCollectionInit": false,
27+
"AlwaysUseLowerCamelCase": false,
28+
"AmbiguousTrailingClosureOverload": true,
29+
"BeginDocumentationCommentWithOneLineSummary": false,
30+
"DoNotUseSemicolons": true,
31+
"DontRepeatTypeInStaticProperties": false,
32+
"FileScopedDeclarationPrivacy": true,
33+
"FullyIndirectEnum": true,
34+
"GroupNumericLiterals": true,
35+
"IdentifiersMustBeASCII": true,
36+
"NeverForceUnwrap": false,
37+
"NeverUseForceTry": false,
38+
"NeverUseImplicitlyUnwrappedOptionals": false,
39+
"NoAccessLevelOnExtensionDeclaration": false,
40+
"NoAssignmentInExpressions": true,
41+
"NoCasesWithOnlyFallthrough": true,
42+
"NoEmptyTrailingClosureParentheses": true,
43+
"NoLabelsInCasePatterns": true,
44+
"NoLeadingUnderscores": false,
45+
"NoParensAroundConditions": true,
46+
"NoPlaygroundLiterals": true,
47+
"NoVoidReturnOnFunctionSignature": true,
48+
"OmitExplicitReturns": false,
49+
"OneCasePerLine": true,
50+
"OneVariableDeclarationPerLine": true,
51+
"OnlyOneTrailingClosureArgument": true,
52+
"OrderedImports": true,
53+
"ReplaceForEachWithForLoop": false,
54+
"ReturnVoidInsteadOfEmptyTuple": true,
55+
"TypeNamesShouldBeCapitalized": true,
56+
"UseEarlyExits": false,
57+
"UseExplicitNilCheckInConditions": true,
58+
"UseLetInEveryBoundCaseVariable": false,
59+
"UseShorthandTypeNames": true,
60+
"UseSingleLinePropertyGetter": true,
61+
"UseSynthesizedInitializer": true,
62+
"UseTripleSlashForDocumentationComments": true,
63+
"UseWhereClausesInForLoops": false,
64+
"ValidateDocumentationComments": false
65+
},
66+
"spacesAroundRangeFormationOperators": false,
67+
"tabWidth": 4,
68+
"version": 1
69+
}

0 commit comments

Comments
 (0)