jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
375 stars 67 forks source link

Default index of elm-indent-cycle is now 1 instead of 0 when possible #22

Closed rhaps0dy closed 9 years ago

rhaps0dy commented 9 years ago

Before this, when adding a line after an import or a function, there was indentation by default. This is almost never the case, so I changed the default to be no indentation.

Not sure if this is better for everyone, but I like it better. Please give your opinion on that.

jcollard commented 9 years ago

I definitely think this is a good change. Thanks!