SwiftFormat v0.39.4 Release Notes

Release Date: 2019-03-03 // about 5 years ago
    • ➕ Added support for Swift 5's new raw string syntax
    • Now correctly detects .swiftformat and .swift-version files placed anywhere in the input path
    • The swiftformat command-line tool will no longer fail with an error if all matched files were ignored
    • 🛠 Fixed bug where braces rule failed to correctly apply Allman indenting to switch statements
    • 0️⃣ Disabled the isEmpty rule again by default (you can enable it using --enable isEmpty)