Update .swiftformat rules

This commit is contained in:
Max Desiatov 2018-12-28 22:04:23 +00:00
parent e4ea316b3a
commit 9113db3b92
No known key found for this signature in database
GPG Key ID: FE08EBF9CF58CBA2
2 changed files with 6 additions and 5 deletions

View File

@ -4,3 +4,4 @@
--ranges nospace
--empty tuple
--operatorfunc nospace
--ifdef noindent

View File

@ -1,9 +1,9 @@
import XCTest
#if os(Linux)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(GluonTests.allTests),
]
}
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(GluonTests.allTests),
]
}
#endif