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