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