{ "version": 1, "lineLength": 200, "indentation": { "spaces": 4 }, "tabWidth": 4, "maximumBlankLines": 1, "respectsExistingLineBreaks": true, "lineBreakBeforeControlFlowKeywords": true, "lineBreakBeforeEachArgument": true, "lineBreakBeforeEachGenericRequirement": true, "lineBreakBetweenDeclarationAttributes": true, "prioritizeKeepingFunctionOutputTogether": false, "indentConditionalCompilationBlocks": true, "indentSwitchCaseLabels": false, "lineBreakAroundMultilineExpressionChainComponents": false, "spacesAroundRangeFormationOperators": true, "multiElementCollectionTrailingCommas": true, "fileScopedDeclarationPrivacy": { "accessLevel": "private" }, "noAssignmentInExpressions": { "allowedFunctions": [ "XCTAssertNoThrow" ] }, "rules": { "AllPublicDeclarationsHaveDocumentation": false, "AlwaysUseLowerCamelCase": true, "AmbiguousTrailingClosureOverload": true, "BeginDocumentationCommentWithOneLineSummary": true, "DoNotUseSemicolons": true, "DontRepeatTypeInStaticProperties": true, "FileScopedDeclarationPrivacy": true, "FullyIndirectEnum": true, "GroupNumericLiterals": true, "IdentifiersMustBeASCII": true, "NeverForceUnwrap": true, "NeverUseForceTry": true, "NeverUseImplicitlyUnwrappedOptionals": true, "NoAccessLevelOnExtensionDeclaration": false, "NoAssignmentInExpressions": true, "NoBlockComments": true, "NoCasesWithOnlyFallthrough": true, "NoEmptyTrailingClosureParentheses": true, "NoLabelsInCasePatterns": true, "NoLeadingUnderscores": false, "NoParensAroundConditions": true, "NoVoidReturnOnFunctionSignature": true, "OneCasePerLine": true, "OneVariableDeclarationPerLine": true, "OnlyOneTrailingClosureArgument": true, "OrderedImports": true, "ReturnVoidInsteadOfEmptyTuple": true, "UseEarlyExits": true, "UseLetInEveryBoundCaseVariable": true, "UseShorthandTypeNames": true, "UseSingleLinePropertyGetter": true, "UseSynthesizedInitializer": true, "UseTripleSlashForDocumentationComments": true, "UseWhereClausesInForLoops": false, "ValidateDocumentationComments": false } }