Jintin / Swimat

An Xcode formatter plug-in to format your swift code.
https://jintin.github.io/Swimat/
MIT License
1.65k stars 89 forks source link

additional indent in multiple line if let #150

Closed ethanhuang13 closed 7 years ago

ethanhuang13 commented 7 years ago
if let a = b,
    c == d {
    a + c // correct indent by Xcode
        a + c // additional indent here
}
Jintin commented 7 years ago

Please try v1.3 again, thank you for your feedback.