|
4 | 4 | "indentation": { |
5 | 5 | "spaces": 4 |
6 | 6 | }, |
7 | | - "tabWidth": 8, |
8 | 7 | "maximumBlankLines": 1, |
9 | 8 | "respectsExistingLineBreaks": true, |
10 | 9 | "lineBreakBeforeControlFlowKeywords": false, |
11 | 10 | "lineBreakBeforeEachArgument": true, |
12 | | - "lineBreakBeforeEachGenericRequirement": false, |
| 11 | + "lineBreakBeforeEachGenericRequirement": true, |
13 | 12 | "prioritizeKeepingFunctionOutputTogether": true, |
14 | 13 | "indentConditionalCompilationBlocks": true, |
15 | | - "lineBreakAroundMultilineExpressionChainComponents": false, |
| 14 | + "indentSwitchCaseLabels": false, |
| 15 | + "spacesAroundRangeFormationOperators": false, |
16 | 16 | "fileScopedDeclarationPrivacy": { |
17 | 17 | "accessLevel": "private" |
18 | 18 | }, |
19 | 19 | "rules": { |
20 | 20 | "AllPublicDeclarationsHaveDocumentation": false, |
21 | | - "AlwaysUseLowerCamelCase": true, |
| 21 | + "AlwaysUseLowerCamelCase": false, |
22 | 22 | "AmbiguousTrailingClosureOverload": true, |
23 | 23 | "BeginDocumentationCommentWithOneLineSummary": false, |
24 | 24 | "DoNotUseSemicolons": true, |
|
31 | 31 | "NeverUseForceTry": false, |
32 | 32 | "NeverUseImplicitlyUnwrappedOptionals": false, |
33 | 33 | "NoAccessLevelOnExtensionDeclaration": true, |
34 | | - "NoBlockComments": true, |
| 34 | + "NoBlockComments": false, |
35 | 35 | "NoCasesWithOnlyFallthrough": true, |
36 | 36 | "NoEmptyTrailingClosureParentheses": true, |
37 | 37 | "NoLabelsInCasePatterns": true, |
|
43 | 43 | "OnlyOneTrailingClosureArgument": true, |
44 | 44 | "OrderedImports": true, |
45 | 45 | "ReturnVoidInsteadOfEmptyTuple": true, |
| 46 | + "UseEarlyExits": false, |
46 | 47 | "UseLetInEveryBoundCaseVariable": true, |
47 | 48 | "UseShorthandTypeNames": true, |
48 | 49 | "UseSingleLinePropertyGetter": true, |
49 | | - "UseSynthesizedInitializer": true, |
| 50 | + "UseSynthesizedInitializer": false, |
50 | 51 | "UseTripleSlashForDocumentationComments": true, |
51 | 52 | "UseWhereClausesInForLoops": false, |
52 | 53 | "ValidateDocumentationComments": false |
|
0 commit comments