hvesalai / emacs-scala-mode

The definitive scala-mode for emacs
http://ensime.org
GNU General Public License v3.0
362 stars 68 forks source link

capitalised imports are organised last #180

Open fommil opened 1 year ago

fommil commented 1 year ago

I often import the members of a companion object from the same package, and it's visually nice if it comes last. This handles that usecase nicely. It also opens up the possibility of having more general settings for -last but I don't have a usecase for it so I haven't coded it up.