|
| 1 | +{ |
| 2 | + "fileScopedDeclarationPrivacy": { |
| 3 | + "accessLevel": "private" |
| 4 | + }, |
| 5 | + "indentConditionalCompilationBlocks": false, |
| 6 | + "indentSwitchCaseLabels": false, |
| 7 | + "indentation": { |
| 8 | + "spaces": 4 |
| 9 | + }, |
| 10 | + "lineBreakAroundMultilineExpressionChainComponents": false, |
| 11 | + "lineBreakBeforeControlFlowKeywords": false, |
| 12 | + "lineBreakBeforeEachArgument": false, |
| 13 | + "lineBreakBeforeEachGenericRequirement": false, |
| 14 | + "lineBreakBetweenDeclarationAttributes": false, |
| 15 | + "lineLength": 9999, |
| 16 | + "maximumBlankLines": 1, |
| 17 | + "multiElementCollectionTrailingCommas": true, |
| 18 | + "noAssignmentInExpressions": { |
| 19 | + "allowedFunctions": [ |
| 20 | + "XCTAssertNoThrow" |
| 21 | + ] |
| 22 | + }, |
| 23 | + "prioritizeKeepingFunctionOutputTogether": false, |
| 24 | + "respectsExistingLineBreaks": true, |
| 25 | + "rules": { |
| 26 | + "AllPublicDeclarationsHaveDocumentation": false, |
| 27 | + "AlwaysUseLiteralForEmptyCollectionInit": false, |
| 28 | + "AlwaysUseLowerCamelCase": false, |
| 29 | + "AmbiguousTrailingClosureOverload": false, |
| 30 | + "AvoidRetroactiveConformances": false, |
| 31 | + "BeginDocumentationCommentWithOneLineSummary": false, |
| 32 | + "DoNotUseSemicolons": false, |
| 33 | + "DontRepeatTypeInStaticProperties": false, |
| 34 | + "FileScopedDeclarationPrivacy": false, |
| 35 | + "FullyIndirectEnum": false, |
| 36 | + "GroupNumericLiterals": false, |
| 37 | + "IdentifiersMustBeASCII": false, |
| 38 | + "NeverForceUnwrap": false, |
| 39 | + "NeverUseForceTry": false, |
| 40 | + "NeverUseImplicitlyUnwrappedOptionals": false, |
| 41 | + "NoAccessLevelOnExtensionDeclaration": false, |
| 42 | + "NoAssignmentInExpressions": false, |
| 43 | + "NoBlockComments": false, |
| 44 | + "NoCasesWithOnlyFallthrough": false, |
| 45 | + "NoEmptyLinesOpeningClosingBraces": false, |
| 46 | + "NoEmptyTrailingClosureParentheses": false, |
| 47 | + "NoLabelsInCasePatterns": false, |
| 48 | + "NoLeadingUnderscores": false, |
| 49 | + "NoParensAroundConditions": false, |
| 50 | + "NoPlaygroundLiterals": false, |
| 51 | + "NoVoidReturnOnFunctionSignature": false, |
| 52 | + "OmitExplicitReturns": false, |
| 53 | + "OneCasePerLine": false, |
| 54 | + "OneVariableDeclarationPerLine": false, |
| 55 | + "OnlyOneTrailingClosureArgument": false, |
| 56 | + "OrderedImports": false, |
| 57 | + "ReplaceForEachWithForLoop": false, |
| 58 | + "ReturnVoidInsteadOfEmptyTuple": false, |
| 59 | + "TypeNamesShouldBeCapitalized": false, |
| 60 | + "UseEarlyExits": false, |
| 61 | + "UseExplicitNilCheckInConditions": false, |
| 62 | + "UseLetInEveryBoundCaseVariable": false, |
| 63 | + "UseShorthandTypeNames": false, |
| 64 | + "UseSingleLinePropertyGetter": false, |
| 65 | + "UseSynthesizedInitializer": false, |
| 66 | + "UseTripleSlashForDocumentationComments": false, |
| 67 | + "UseWhereClausesInForLoops": false, |
| 68 | + "ValidateDocumentationComments": false |
| 69 | + }, |
| 70 | + "spacesAroundRangeFormationOperators": false, |
| 71 | + "spacesBeforeEndOfLineComments": 1, |
| 72 | + "tabWidth": 4, |
| 73 | + "version": 1 |
| 74 | +} |
0 commit comments