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