swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
372 stars 47 forks source link

Indention bug: Implicitly Unwrapped Optional Type #80

Closed xzedx closed 9 years ago

xzedx commented 9 years ago

something wrong when i used Implicitly Unwrapped Optional Type:

    var manager:User   
    var name:String
    var cars:Array<RentItem>!
                   var users:Dictionary<String, User>!
                                        var carscount:Dictionary<String, Int>!
                                                                 var orders:Dictionary<Int, Order>
ap4y commented 9 years ago

fixed in #76.