Avatar
https://discordapp.com/channels/291054398077927425/291054454793306112/702188269319880784 これ変更されて、複数行に渡るときは let に対してインデントするようになります。
9:43 PM
https://github.com/apple/swift/pull/31941 let files = try some(at: nil) .filter { return ... }.map { ... }
Don't column align PBD entries if any entry spans from the same line as the var/let to another line. For example: // Previous behavior: let foo = someItem .getValue(), // Column-align...
💪 1