66 "spaces" : 2
77 },
88 "indentConditionalCompilationBlocks" : true,
9- "indentSwitchCaseLabels" : true ,
10- "lineBreakAroundMultilineExpressionChainComponents" : true ,
11- "lineBreakBeforeControlFlowKeywords" : true ,
12- "lineBreakBeforeEachArgument" : true ,
13- "lineBreakBeforeEachGenericRequirement" : true ,
9+ "indentSwitchCaseLabels" : false ,
10+ "lineBreakAroundMultilineExpressionChainComponents" : false ,
11+ "lineBreakBeforeControlFlowKeywords" : false ,
12+ "lineBreakBeforeEachArgument" : false ,
13+ "lineBreakBeforeEachGenericRequirement" : false ,
1414 "lineLength" : 100,
1515 "maximumBlankLines" : 1,
1616 "multiElementCollectionTrailingCommas" : true,
2626 "AlwaysUseLiteralForEmptyCollectionInit" : false,
2727 "AlwaysUseLowerCamelCase" : true,
2828 "AmbiguousTrailingClosureOverload" : true,
29- "BeginDocumentationCommentWithOneLineSummary" : true ,
29+ "BeginDocumentationCommentWithOneLineSummary" : false ,
3030 "DoNotUseSemicolons" : true,
3131 "DontRepeatTypeInStaticProperties" : true,
3232 "FileScopedDeclarationPrivacy" : false,
4242 "NoCasesWithOnlyFallthrough" : true,
4343 "NoEmptyTrailingClosureParentheses" : true,
4444 "NoLabelsInCasePatterns" : true,
45- "NoLeadingUnderscores" : false ,
45+ "NoLeadingUnderscores" : true ,
4646 "NoParensAroundConditions" : true,
4747 "NoPlaygroundLiterals" : true,
4848 "NoVoidReturnOnFunctionSignature" : true,
6767 "spacesAroundRangeFormationOperators" : false,
6868 "tabWidth" : 2,
6969 "version" : 1
70- }
70+ }
0 commit comments