|
21 | 21 | ] |
22 | 22 | }, |
23 | 23 | "prioritizeKeepingFunctionOutputTogether" : false, |
24 | | - "reflowMultilineStringLiterals" : "never", |
| 24 | + "reflowMultilineStringLiterals" : { |
| 25 | + "never" : { |
| 26 | + |
| 27 | + } |
| 28 | + }, |
25 | 29 | "respectsExistingLineBreaks" : true, |
26 | 30 | "rules" : { |
27 | 31 | "AllPublicDeclarationsHaveDocumentation" : false, |
28 | 32 | "AlwaysUseLiteralForEmptyCollectionInit" : false, |
29 | 33 | "AlwaysUseLowerCamelCase" : true, |
30 | 34 | "AmbiguousTrailingClosureOverload" : true, |
| 35 | + "AvoidRetroactiveConformances" : true, |
31 | 36 | "BeginDocumentationCommentWithOneLineSummary" : false, |
32 | 37 | "DoNotUseSemicolons" : true, |
33 | 38 | "DontRepeatTypeInStaticProperties" : true, |
|
42 | 47 | "NoAssignmentInExpressions" : true, |
43 | 48 | "NoBlockComments" : true, |
44 | 49 | "NoCasesWithOnlyFallthrough" : true, |
| 50 | + "NoEmptyLinesOpeningClosingBraces" : false, |
45 | 51 | "NoEmptyTrailingClosureParentheses" : true, |
46 | 52 | "NoLabelsInCasePatterns" : true, |
47 | 53 | "NoLeadingUnderscores" : false, |
|
0 commit comments