File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "version": 1,
3- "lineLength": 120,
2+ "indentConditionalCompilationBlocks": false,
43 "indentation": {
54 "spaces": 2
65 },
76 "lineBreakBeforeEachArgument": true,
8- "indentConditionalCompilationBlocks ": false ,
7+ "lineLength ": 120 ,
98 "prioritizeKeepingFunctionOutputTogether": true,
109 "rules": {
1110 "AlwaysUseLowerCamelCase": false,
1211 "AmbiguousTrailingClosureOverload": false,
1312 "NoBlockComments": false,
13+ "NoVoidReturnOnFunctionSignature": true,
1414 "OrderedImports": true,
15+ "ReturnVoidInsteadOfEmptyTuple": true,
1516 "UseLetInEveryBoundCaseVariable": false,
1617 "UseSynthesizedInitializer": false,
17- "ReturnVoidInsteadOfEmptyTuple": true,
18- "NoVoidReturnOnFunctionSignature": true,
19- }
18+ },
19+ "version": 1,
2020}
You can’t perform that action at this time.
0 commit comments