code formatting issue

It has been a few months now that I have this problem

class MembersRegistryServiceImpl(
   name: String,
   cluster: Cluster,
   members: RoundRobin[Member],
      registerOnlyRoles: Set[String],
      locate: Locate
)


Constructor args (multiline) are formatted like the above. This doesn't occur when I format the code myself, it only occurs during code formatting on a git commit.

Is this a problem with my settings or a bug?

0
Avatar
Permanently deleted user
正式评论

So you have this class properly formatted and after commit it's like this? Can you create a ticket here with a small project attached to reproduce this issue? 
Probably you'll need to copy codeStyleSettings.xml and projectCodeStyle.xml from .idea directory of your real project.

What version of the scala plugin do you have?

请先登录再写评论。