code formatting issue Follow
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?
Please sign in to leave a comment.
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?