Is there any way to use editor config to format parameters in different lines.
That's it.
max_line_length=120
csharp_wrap_after_declaration_lpar=true
csharp_wrap_parameters_style=chop_if_long
csharp_max_formal_parameters_on_line=3
csharp_wrap_after_invocation_lpar=true
csharp_wrap_arguments_style=chop_if_long
csharp_max_invocation_arguments_on_line=3