swift-emacs / swift-mode

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

Indent according to operators precedence #111

Closed uk-ar closed 9 years ago

uk-ar commented 9 years ago

Indents after operators should respect their precedence.

1 +
  2 + 5 *
      3
1 +
  2 * 5 +
  3
ap4y commented 9 years ago

This is a really awesome feature! Thanks a lot @uk-ar.