Open marekzebrowski opened 7 years ago
Is this ever going to be addressed?
It's a small thing, but so annoying.
@charpov use scalafmt
instead
@exp0nge scalafmt
also has trouble with some trailing commas, though it's ok with most of them.
I tried scalafmt
once and didn't like it. I don't remember why now. I'll give it another shot.
This is an issue with scalariform, not with sbt-scalariform. I made a pull request in scalariform that takes care of this problem: https://github.com/scala-ide/scalariform/pull/296. Let's see if it gets merged and makes into a new release, then we could bump the scalariform version here in sbt-scalariform to make the fix available for this plugin.
reproducer