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

Please sign in to leave a comment.