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