swift-emacs / swift-mode

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

Fix indent when operator hanging after comment #91

Closed uk-ar closed 9 years ago

uk-ar commented 9 years ago

I fixed indent when operator hanging after comment.

let a = a //foo
        |? a +
          1
        : a +
          1
let a = a //foo
|? a +
          1
        : a +
          1
ap4y commented 9 years ago

Thanks @uk-ar!