Settings to resolve StyleCop SA1117 parameters should all be ..... placed on its own line.
I've enabled prefer wrapping on method calls after open parenthesis, but Rider puts multiple parameters per line.
Is there a way to say that when C# method parameters are wrapped that each parameter goes on its own line?
In the same vein, if anyone is aware of a tool for CI/Commit based C# formatting similar to Prettier, which is now integrated into WebStorm, that would be helpful. We continue to use a variety of IDEs and an external formatter would be helpful.
Thank you.
Please sign in to leave a comment.