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