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 1
1
{
2
- "version": 1,
3
- "lineLength": 120,
2
+ "indentConditionalCompilationBlocks": false,
4
3
"indentation": {
5
4
"spaces": 2
6
5
},
7
6
"lineBreakBeforeEachArgument": true,
8
- "indentConditionalCompilationBlocks ": false ,
7
+ "lineLength ": 120 ,
9
8
"prioritizeKeepingFunctionOutputTogether": true,
10
9
"rules": {
11
10
"AlwaysUseLowerCamelCase": false,
12
11
"AmbiguousTrailingClosureOverload": false,
13
12
"NoBlockComments": false,
13
+ "NoVoidReturnOnFunctionSignature": true,
14
14
"OrderedImports": true,
15
+ "ReturnVoidInsteadOfEmptyTuple": true,
15
16
"UseLetInEveryBoundCaseVariable": false,
16
17
"UseSynthesizedInitializer": false,
17
- "ReturnVoidInsteadOfEmptyTuple": true,
18
- "NoVoidReturnOnFunctionSignature": true,
19
- }
18
+ },
19
+ "version": 1,
20
20
}
You can’t perform that action at this time.
0 commit comments