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+ "DontRepeatTypeInStaticProperties" : false,
32+ "AllPublicDeclarationsHaveDocumentation" : false,
33+ "AlwaysUseLiteralForEmptyCollectionInit" : false,
34+ "AlwaysUseLowerCamelCase" : false,
35+ "AmbiguousTrailingClosureOverload" : true,
36+ "BeginDocumentationCommentWithOneLineSummary" : false,
37+ "DoNotUseSemicolons" : true,
38+ "DontRepeatTypeInStaticProperties" : true,
39+ "FileScopedDeclarationPrivacy" : true,
40+ "FullyIndirectEnum" : true,
41+ "GroupNumericLiterals" : true,
42+ "IdentifiersMustBeASCII" : true,
43+ "NeverForceUnwrap" : false,
44+ "NeverUseForceTry" : false,
45+ "NeverUseImplicitlyUnwrappedOptionals" : false,
46+ "NoAccessLevelOnExtensionDeclaration" : true,
47+ "NoAssignmentInExpressions" : true,
48+ "NoBlockComments" : true,
49+ "NoCasesWithOnlyFallthrough" : true,
50+ "NoEmptyTrailingClosureParentheses" : true,
51+ "NoLabelsInCasePatterns" : true,
52+ "NoLeadingUnderscores" : false,
53+ "NoParensAroundConditions" : true,
54+ "NoVoidReturnOnFunctionSignature" : true,
55+ "OmitExplicitReturns" : true,
56+ "OneCasePerLine" : true,
57+ "OneVariableDeclarationPerLine" : true,
58+ "OnlyOneTrailingClosureArgument" : true,
59+ "OrderedImports" : true,
60+ "ReplaceForEachWithForLoop" : true,
61+ "ReturnVoidInsteadOfEmptyTuple" : true,
62+ "UseEarlyExits" : false,
63+ "UseExplicitNilCheckInConditions" : false,
64+ "UseLetInEveryBoundCaseVariable" : false,
65+ "UseShorthandTypeNames" : true,
66+ "UseSingleLinePropertyGetter" : false,
67+ "UseSynthesizedInitializer" : false,
68+ "UseTripleSlashForDocumentationComments" : true,
69+ "UseWhereClausesInForLoops" : false,
70+ "ValidateDocumentationComments" : false
71+ }
72+ }
0 commit comments