swift-emacs / swift-mode

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

Indentation bug #128

Closed jsdir closed 8 years ago

jsdir commented 8 years ago

The. in the return type is causing incorrect indentation on the next lines.

func method() -> Store<AppState>.ActionCreator {
                           // incorrect indentation
                 }
taku0 commented 8 years ago

Fixed by the new indentation logic.