Skip to content

Commit 9feb350

Browse files
committed
.swift-format: Enable NoVoidReturnOnFunctionSignature
1 parent 7a35d08 commit 9feb350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.swift-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"UseLetInEveryBoundCaseVariable": false,
1616
"UseSynthesizedInitializer": false,
1717
"ReturnVoidInsteadOfEmptyTuple": true,
18+
"NoVoidReturnOnFunctionSignature": true,
1819
}
1920
}

0 commit comments

Comments
 (0)