Closed piotrpio closed 9 months ago
This PR adds official apple/swift-format config and formats the code accordingly.
To install swift-format on mac:
brew install swift-format
Format code using .swift-format cofig:
.swift-format
swift-format format -i --configuration .swift-format -r .
To lint code:
swift-format lint --configuration .swift-format -r Sources Tests
Signed-off-by: Piotr Piotrowski piotr@synadia.com
This PR adds official apple/swift-format config and formats the code accordingly.
To install swift-format on mac:
Format code using
.swift-format
cofig:To lint code:
Signed-off-by: Piotr Piotrowski piotr@synadia.com