Skip to content

Commit a703b24

Browse files
committed
.swift-format: Sort lexicographically
1 parent c40a978 commit a703b24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.swift-format

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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
}

0 commit comments

Comments
 (0)