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