1+ {
2+ "version" : 1,
3+ "indentation" : {
4+ "spaces" : 4
5+ },
6+ "tabWidth" : 4,
7+ "fileScopedDeclarationPrivacy" : {
8+ "accessLevel" : "private"
9+ },
10+ "spacesAroundRangeFormationOperators" : false,
11+ "indentConditionalCompilationBlocks" : false,
12+ "indentSwitchCaseLabels" : false,
13+ "lineBreakAroundMultilineExpressionChainComponents" : false,
14+ "lineBreakBeforeControlFlowKeywords" : false,
15+ "lineBreakBeforeEachArgument" : true,
16+ "lineBreakBeforeEachGenericRequirement" : true,
17+ "lineLength" : 120,
18+ "maximumBlankLines" : 1,
19+ "respectsExistingLineBreaks" : true,
20+ "prioritizeKeepingFunctionOutputTogether" : true,
21+ "noAssignmentInExpressions" : {
22+ "allowedFunctions" : [
23+ "XCTAssertNoThrow",
24+ "XCTAssertThrowsError"
25+ ]
26+ },
27+ "rules" : {
28+ "NoBlockComments" : false,
29+ "DontRepeatTypeInStaticProperties" : false,
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