1
+ {
2
+ "fileScopedDeclarationPrivacy" : {
3
+ "accessLevel" : "private"
4
+ },
5
+ "indentConditionalCompilationBlocks" : false,
6
+ "indentSwitchCaseLabels" : false,
7
+ "indentation" : {
8
+ "spaces" : 4
9
+ },
10
+ "lineBreakAroundMultilineExpressionChainComponents" : false,
11
+ "lineBreakBeforeControlFlowKeywords" : false,
12
+ "lineBreakBeforeEachArgument" : false,
13
+ "lineBreakBeforeEachGenericRequirement" : false,
14
+ "lineLength" : 1000,
15
+ "maximumBlankLines" : 1,
16
+ "multiElementCollectionTrailingCommas" : false,
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" : true,
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
+ "NoBlockComments" : false,
42
+ "NoCasesWithOnlyFallthrough" : true,
43
+ "NoEmptyTrailingClosureParentheses" : true,
44
+ "NoLabelsInCasePatterns" : true,
45
+ "NoLeadingUnderscores" : false,
46
+ "NoParensAroundConditions" : true,
47
+ "NoPlaygroundLiterals" : true,
48
+ "NoVoidReturnOnFunctionSignature" : true,
49
+ "OmitExplicitReturns" : false,
50
+ "OneCasePerLine" : true,
51
+ "OneVariableDeclarationPerLine" : true,
52
+ "OnlyOneTrailingClosureArgument" : true,
53
+ "OrderedImports" : false,
54
+ "ReplaceForEachWithForLoop" : false,
55
+ "ReturnVoidInsteadOfEmptyTuple" : false,
56
+ "TypeNamesShouldBeCapitalized" : true,
57
+ "UseEarlyExits" : false,
58
+ "UseExplicitNilCheckInConditions" : true,
59
+ "UseLetInEveryBoundCaseVariable" : false,
60
+ "UseShorthandTypeNames" : true,
61
+ "UseSingleLinePropertyGetter" : true,
62
+ "UseSynthesizedInitializer" : false,
63
+ "UseTripleSlashForDocumentationComments" : false,
64
+ "UseWhereClausesInForLoops" : false,
65
+ "ValidateDocumentationComments" : false
66
+ },
67
+ "spacesAroundRangeFormationOperators" : false,
68
+ "tabWidth" : 8,
69
+ "version" : 1
70
+ }
0 commit comments