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