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